diff options
author | Masanari Iida <[email protected]> | 2017-03-09 16:17:03 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-03-09 17:01:10 -0800 |
commit | f4b7ac68f438fa8521bbbf421f194ff10b0a7577 (patch) | |
tree | f1d4bc63f182a63ccffe9ca3f38360456799ca7b | |
parent | ce9311cf95ad8baf044a014738d76973d93b739a (diff) |
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Masanari Iida <[email protected]>
Acked-by: Coly Li <[email protected]>
Cc: Kent Overstreet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | drivers/md/bcache/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h index a126919ed102..5d13930f0f22 100644 --- a/drivers/md/bcache/util.h +++ b/drivers/md/bcache/util.h @@ -4,7 +4,6 @@ #include <linux/blkdev.h> #include <linux/errno.h> -#include <linux/blkdev.h> #include <linux/kernel.h> #include <linux/sched/clock.h> #include <linux/llist.h> |