RE: [PATCH] crypto: inside-secure - fix unexported warnings

2019-10-17 Thread Pascal Van Leeuwen
S. Miller > ; linux-crypto@vger.kernel.org; > linux-ker...@vger.kernel.org > Subject: [PATCH] crypto: inside-secure - fix unexported warnings > > The safexcel_pci_remove, pcireg_rc and ofreg_rc are > not exported or declared externally so make them static. > > This avoids

[PATCH] crypto: inside-secure - fix unexported warnings

2019-10-16 Thread Ben Dooks (Codethink)
The safexcel_pci_remove, pcireg_rc and ofreg_rc are not exported or declared externally so make them static. This avoids the following sparse warnings: drivers/crypto/inside-secure/safexcel.c:1760:6: warning: symbol 'safexcel_pci_remove' was not declared. Should it be static? drivers/crypto/insi