diff options
Diffstat (limited to 'fs/bcachefs/siphash.c')
-rw-r--r-- | fs/bcachefs/siphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/siphash.c b/fs/bcachefs/siphash.c index dc1a27cc31cd..a1cc44e66c7e 100644 --- a/fs/bcachefs/siphash.c +++ b/fs/bcachefs/siphash.c @@ -45,7 +45,7 @@ */ #include <asm/byteorder.h> -#include <asm/unaligned.h> +#include <linux/unaligned.h> #include <linux/bitops.h> #include <linux/string.h> |