]> 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)
commit96977c42bd9693964dce6358af770bb19445704f
tree03dca400af28be48db07229465b1806bf3e1773d
parent7ef108216bb39091542ac05200eda445ce07f3ef
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: d97ab005a58e ("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