mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
btrfs: include asm/unaligned.h in accessors.h
We use the unaligned helpers directly in accessors.h, add the include here. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
1b9e6a15bc
commit
f005d997c4
@ -4,6 +4,7 @@
|
||||
#define BTRFS_ACCESSORS_H
|
||||
|
||||
#include <linux/stddef.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
||||
struct btrfs_map_token {
|
||||
struct extent_buffer *eb;
|
||||
|
Loading…
Reference in New Issue
Block a user