From: Josef Bacik Date: Fri, 25 Aug 2023 20:19:23 +0000 (-0400) Subject: btrfs: include asm/unaligned.h in accessors.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f005d997c4defa35d092aa3da11c44432a266a9a;p=linux.git 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 Signed-off-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/accessors.h b/fs/btrfs/accessors.h index 8cfc8214109ca..f958eccff4776 100644 --- a/fs/btrfs/accessors.h +++ b/fs/btrfs/accessors.h @@ -4,6 +4,7 @@ #define BTRFS_ACCESSORS_H #include +#include struct btrfs_map_token { struct extent_buffer *eb;