diff options
Diffstat (limited to 'lib/crypto/aes.c')
| -rw-r--r-- | lib/crypto/aes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/aes.c b/lib/crypto/aes.c index 827fe89922ff..b57fda3460f1 100644 --- a/lib/crypto/aes.c +++ b/lib/crypto/aes.c @@ -5,8 +5,9 @@ #include <crypto/aes.h> #include <linux/crypto.h> +#include <linux/export.h> #include <linux/module.h> -#include <asm/unaligned.h> +#include <linux/unaligned.h> /* * Emit the sbox as volatile const to prevent the compiler from doing |
