Commit f005d997 authored by Josef Bacik's avatar Josef Bacik Committed by David Sterba
Browse files

btrfs: include asm/unaligned.h in accessors.h



We use the unaligned helpers directly in accessors.h, add the include
here.

Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: default avatarJosef Bacik <josef@toxicpanda.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 1b9e6a15
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#define BTRFS_ACCESSORS_H

#include <linux/stddef.h>
#include <asm/unaligned.h>

struct btrfs_map_token {
	struct extent_buffer *eb;