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
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