summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/util.h
diff options
context:
space:
mode:
authorMasanari Iida2017-03-10 01:17:03 +0100
committerLinus Torvalds2017-03-10 02:01:10 +0100
commitf4b7ac68f438fa8521bbbf421f194ff10b0a7577 (patch)
treef1d4bc63f182a63ccffe9ca3f38360456799ca7b /drivers/md/bcache/util.h
parentmm/vmstats: add thp_split_pud event for clarity (diff)
downloadkernel-qcow2-linux-f4b7ac68f438fa8521bbbf421f194ff10b0a7577.tar.gz
kernel-qcow2-linux-f4b7ac68f438fa8521bbbf421f194ff10b0a7577.tar.xz
kernel-qcow2-linux-f4b7ac68f438fa8521bbbf421f194ff10b0a7577.zip
drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h
Link: http://lkml.kernel.org/r/20170226060230.11555-1-standby24x7@gmail.com Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Coly Li <colyli@suse.de> Cc: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/md/bcache/util.h')
-rw-r--r--drivers/md/bcache/util.h1
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>