Commit 58a774ca authored by Thorsten Blum's avatar Thorsten Blum Committed by David Sterba

btrfs: remove duplicate included header from fs.h

Remove duplicate included header file linux/blkdev.h .
Signed-off-by: default avatarThorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 6b0a63a4
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/math.h> #include <linux/math.h>
#include <linux/atomic.h> #include <linux/atomic.h>
#include <linux/blkdev.h>
#include <linux/percpu_counter.h> #include <linux/percpu_counter.h>
#include <linux/completion.h> #include <linux/completion.h>
#include <linux/lockdep.h> #include <linux/lockdep.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment