2021-06-21 19:00:30

by Corentin LABBE

[permalink] [raw]
Subject: [PATCH] crypto: sl3516: depends on HAS_IOMEM

The sl3516 driver need to depend on HAS_IOMEM.
This fixes a build error:
ERROR: modpost: "devm_platform_ioremap_resource" [drivers/crypto/gemini/sl3516-ce.ko] undefined!

Reported-by: kernel test robot <[email protected]>
Signed-off-by: Corentin Labbe <[email protected]>
---
drivers/crypto/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 99b090790178..4f3b7da24495 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -268,6 +268,7 @@ config CRYPTO_DEV_NIAGARA2

config CRYPTO_DEV_SL3516
tristate "Stormlink SL3516 crypto offloader"
+ depends on HAS_IOMEM
select CRYPTO_SKCIPHER
select CRYPTO_ENGINE
select CRYPTO_ECB
--
2.31.1


2021-06-24 07:39:03

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: sl3516: depends on HAS_IOMEM

On Mon, Jun 21, 2021 at 06:59:26PM +0000, Corentin Labbe wrote:
> The sl3516 driver need to depend on HAS_IOMEM.
> This fixes a build error:
> ERROR: modpost: "devm_platform_ioremap_resource" [drivers/crypto/gemini/sl3516-ce.ko] undefined!
>
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> drivers/crypto/Kconfig | 1 +
> 1 file changed, 1 insertion(+)

Patch applied. Thanks.
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt