Skip to content

Commit

Permalink
btrfs: remove duplicate included header from fs.h
Browse files Browse the repository at this point in the history
Remove duplicate included header file linux/blkdev.h .

Signed-off-by: Thorsten Blum <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
toblux authored and kdave committed May 7, 2024
1 parent 6b0a63a commit 58a774c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 58a774c

Please sign in to comment.