linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header
@ 2018-11-16 10:47 Brajeswar Ghosh
  2018-11-24  8:21 ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-16 10:47 UTC (permalink / raw)
  To: benh, eajames, alistair, cbostic
  Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove linux/cdev.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/fsi/fsi-scom.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/fsi/fsi-scom.c b/drivers/fsi/fsi-scom.c
index df94021dd9d1..81dc01ac2351 100644
--- a/drivers/fsi/fsi-scom.c
+++ b/drivers/fsi/fsi-scom.c
@@ -20,7 +20,6 @@
 #include <linux/fs.h>
 #include <linux/uaccess.h>
 #include <linux/slab.h>
-#include <linux/cdev.h>
 #include <linux/list.h>
 
 #include <uapi/linux/fsi.h>
-- 
2.17.1


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

end of thread, other threads:[~2018-11-25 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16 10:47 [PATCH] drivers/fsi/fsi-scom.c: Remove duplicate header Brajeswar Ghosh
2018-11-24  8:21 ` Brajeswar Ghosh
2018-11-25 23:07   ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).