Re: [PATCH 1/2] crypto: stm32/crc32 - include

2020-08-24 Thread Herbert Xu
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

[PATCH 1/2] crypto: stm32/crc32 - include

2020-08-24 Thread Fabio Estevam
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'