]> xenbits.xensource.com Git - people/pauldu/linux.git/commitdiff
btrfs: include asm/unaligned.h in accessors.h
authorJosef Bacik <josef@toxicpanda.com>
Fri, 25 Aug 2023 20:19:23 +0000 (16:19 -0400)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:02 +0000 (16:44 +0200)
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>
fs/btrfs/accessors.h

index 8cfc8214109ca90d130cc648b44081a723b543d0..f958eccff4776e82cc10221eb80a7a5eb683bbad 100644 (file)
@@ -4,6 +4,7 @@
 #define BTRFS_ACCESSORS_H
 
 #include <linux/stddef.h>
+#include <asm/unaligned.h>
 
 struct btrfs_map_token {
        struct extent_buffer *eb;