public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h
@ 2017-02-26  6:02 Masanari Iida
  2017-02-26 14:45 ` Coly Li
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2017-02-26  6:02 UTC (permalink / raw)
  To: linux-kernel, akpm, kent.overstreet, shli, linux-bcache; +Cc: Masanari Iida

This patch remove duplicate inclusion of blkdev.h in util.h.
Confirm compile successfully after remove the line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/md/bcache/util.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h
index cf2cbc211d83..03af094d0202 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/llist.h>
 #include <linux/ratelimit.h>
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-26 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26  6:02 [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h Masanari Iida
2017-02-26 14:45 ` Coly Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox