Re: [PATCH] crypto: inside-secure - Made locally used safexcel_pci_remove() static

2019-10-18 Thread Herbert Xu
On Thu, Oct 17, 2019 at 05:49:09PM +0200, Pascal van Leeuwen wrote: > safexcel_pci_remove() is only used locally in the module and not exported, > so added a static function specifier. > This fixes a sparse issue reported by Ben Dooks. > > Signed-off-by: Pascal van Leeuwen > --- > drivers/crypto

[PATCH] crypto: inside-secure - Made locally used safexcel_pci_remove() static

2019-10-17 Thread Pascal van Leeuwen
safexcel_pci_remove() is only used locally in the module and not exported, so added a static function specifier. This fixes a sparse issue reported by Ben Dooks. Signed-off-by: Pascal van Leeuwen --- drivers/crypto/inside-secure/safexcel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d