aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/crypto/stm32/stm32-hash.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2020-08-21 22:42:10 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2020-08-25 11:24:07 +1000
commit3033fd177bcc3e0762b43cb82cf584dbb07064f1 (patch)
tree4cdc892107550c8346a804a1475feccc1847d9e2 /drivers/crypto/stm32/stm32-hash.c
parentcrypto: hisilicon/qm - fix the process of register algorithms to crypto (diff)
downloadwireguard-linux-3033fd177bcc3e0762b43cb82cf584dbb07064f1.tar.xz
wireguard-linux-3033fd177bcc3e0762b43cb82cf584dbb07064f1.zip
crypto: stm32 - Add missing header inclusions
The stm32 driver was missing a number of includes that we being pulled in by unrelated header files. As the indirect inclusion went away, it now fails to build. This patch adds the missing inclusions. Reported-by: kernel test robot <lkp@intel.com> Fixes: 0c3dc787a62a ("crypto: algapi - Remove skbuff.h inclusion") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/stm32/stm32-hash.c')
-rw-r--r--drivers/crypto/stm32/stm32-hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/stm32/stm32-hash.c b/drivers/crypto/stm32/stm32-hash.c
index 03c5e6683805..092eaabda238 100644
--- a/drivers/crypto/stm32/stm32-hash.c
+++ b/drivers/crypto/stm32/stm32-hash.c
@@ -9,6 +9,7 @@
#include <linux/clk.h>
#include <linux/crypto.h>
#include <linux/delay.h>
+#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>
#include <linux/interrupt.h>
#include <linux/io.h>