On Mon, Aug 24, 2020 at 10:58:39AM -0300, Fabio Estevam wrote: > Building ARM allmodconfig leads to the following warnings: > > drivers/crypto/stm32/stm32-crc32.c:128:2: error: implicit declaration of > function 'writel_relaxed' [-Werror=implicit-function-declaration] > drivers/crypto/stm32/stm32-crc32.c:134:17: error: implicit declaration of > function 'readl_relaxed' [-Werror=implicit-function-declaration] > drivers/crypto/stm32/stm32-crc32.c:176:4: error: implicit declaration of > function 'writeb_relaxed' [-Werror=implicit-function-declaration] > > Include <linux/io.h> to fix such warnings. > > Reported-by: Olof's autobuilder <bu...@lixom.net> > Signed-off-by: Fabio Estevam <feste...@gmail.com> > --- > drivers/crypto/stm32/stm32-crc32.c | 1 + > 1 file changed, 1 insertion(+)
Thank you. But this is already in the queue: https://patchwork.kernel.org/patch/11729369/ -- Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt