summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/murmurhash3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/murmurhash3.c')
-rw-r--r--drivers/md/dm-vdo/murmurhash3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/murmurhash3.c b/drivers/md/dm-vdo/murmurhash3.c
index 3a989efae142..13008b089206 100644
--- a/drivers/md/dm-vdo/murmurhash3.c
+++ b/drivers/md/dm-vdo/murmurhash3.c
@@ -8,7 +8,7 @@
#include "murmurhash3.h"
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
static inline u64 rotl64(u64 x, s8 r)
{