]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n
authorPascal van Leeuwen <pascalvanl@gmail.com>
Fri, 13 Sep 2019 09:04:40 +0000 (11:04 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Sep 2019 12:53:09 +0000 (22:53 +1000)
commit7d6e8d69b7371e1aa0bbd75a755cf24b6a526a69
tree03dca400af28be48db07229465b1806bf3e1773d
parent6fb0d05584f0e834af75598a75802c86f5db0393
crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n

This patch fixes an unused variable warning from the compiler when the
driver is being compiled without PCI support in the kernel.

Fixes: d3e4f7f8fd28 ("crypto: inside-secure - add support for...")
Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/safexcel.c