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