From: Christoph Hellwig Date: Wed, 17 May 2023 07:16:22 +0000 (+0200) Subject: squashfs: don't include buffer_head.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b81459c9cb0e11e30b07ff0a171c27f3650eb82;p=linux.git squashfs: don't include buffer_head.h Squashfs has stopped using buffers heads in 93e72b3c612adcaca1 ("squashfs: migrate from ll_rw_block usage to BIO"). Link: https://lkml.kernel.org/r/20230517071622.245151-1-hch@lst.de Signed-off-by: Christoph Hellwig Reviewed-by: Pankaj Raghav Reviewed-by: Phillip Lougher Signed-off-by: Andrew Morton --- diff --git a/fs/squashfs/block.c b/fs/squashfs/block.c index bed3bb8b27fa3..cb4e48baa4ba5 100644 --- a/fs/squashfs/block.c +++ b/fs/squashfs/block.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include "squashfs_fs.h" diff --git a/fs/squashfs/decompressor.c b/fs/squashfs/decompressor.c index 8893cb9b41983..a676084be27e4 100644 --- a/fs/squashfs/decompressor.c +++ b/fs/squashfs/decompressor.c @@ -11,7 +11,6 @@ #include #include #include -#include #include "squashfs_fs.h" #include "squashfs_fs_sb.h" diff --git a/fs/squashfs/decompressor_multi_percpu.c b/fs/squashfs/decompressor_multi_percpu.c index 1dfadf76ed9ae..8a218e7c2390f 100644 --- a/fs/squashfs/decompressor_multi_percpu.c +++ b/fs/squashfs/decompressor_multi_percpu.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include "squashfs_fs.h"