diff options
Diffstat (limited to 'crypto/cast5_generic.c')
-rw-r--r-- | crypto/cast5_generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast5_generic.c b/crypto/cast5_generic.c index 085a1eedae03..f3e57775fa02 100644 --- a/crypto/cast5_generic.c +++ b/crypto/cast5_generic.c @@ -13,7 +13,7 @@ */ -#include <asm/unaligned.h> +#include <linux/unaligned.h> #include <crypto/algapi.h> #include <linux/init.h> #include <linux/module.h> |