Message ID | 20240502212631.110175-1-thorsten.blum@toblux.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] btrfs: Remove duplicate included header | expand |
On Thu, May 02, 2024 at 11:26:28PM +0200, Thorsten Blum wrote: > Remove duplicate included header file linux/blkdev.h > > Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Added to for-next, thanks.
diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h index 93f5c57ea4e3..5f7ad90fd682 100644 --- a/fs/btrfs/fs.h +++ b/fs/btrfs/fs.h @@ -9,7 +9,6 @@ #include <linux/compiler.h> #include <linux/math.h> #include <linux/atomic.h> -#include <linux/blkdev.h> #include <linux/percpu_counter.h> #include <linux/completion.h> #include <linux/lockdep.h>
Remove duplicate included header file linux/blkdev.h Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> --- fs/btrfs/fs.h | 1 - 1 file changed, 1 deletion(-)