summaryrefslogtreecommitdiff
path: root/arch/powerpc/crypto/aes_xts.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/crypto/aes_xts.c')
-rw-r--r--arch/powerpc/crypto/aes_xts.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/crypto/aes_xts.c b/arch/powerpc/crypto/aes_xts.c
index dabbccb41550..9440e771cede 100644
--- a/arch/powerpc/crypto/aes_xts.c
+++ b/arch/powerpc/crypto/aes_xts.c
@@ -13,6 +13,10 @@
#include <crypto/internal/simd.h>
#include <crypto/internal/skcipher.h>
#include <crypto/xts.h>
+#include <linux/err.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/uaccess.h>
#include "aesp8-ppc.h"