diff mbox series

[1/4] btrfs: Remove duplicate included header

Message ID 20240502212631.110175-1-thorsten.blum@toblux.com (mailing list archive)
State New
Headers show
Series [1/4] btrfs: Remove duplicate included header | expand

Commit Message

Thorsten Blum May 2, 2024, 9:26 p.m. UTC
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(-)

Comments

David Sterba May 2, 2024, 10:50 p.m. UTC | #1
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 mbox series

Patch

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>