linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/coda/psdev.c: Remove duplicate header
@ 2019-01-11 15:29 Sabyasachi Gupta
  2019-01-14  8:10 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-11 15:29 UTC (permalink / raw)
  To: jaharkes; +Cc: jrdr.linux, coda, codalist, linux-kernel, brajeswar.linux

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

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 fs/coda/psdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c2..f2bb798 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -39,7 +39,6 @@
 #include <linux/device.h>
 #include <linux/pid_namespace.h>
 #include <asm/io.h>
-#include <linux/poll.h>
 #include <linux/uaccess.h>
 
 #include <linux/coda.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] fs/coda/psdev.c: Remove duplicate header
@ 2019-03-11 15:43 Sabyasachi Gupta
  2019-03-11 16:04 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-03-11 15:43 UTC (permalink / raw)
  To: akpm; +Cc: jaharkes, coda, codalist, linux-kernel, jrdr.linux

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

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 fs/coda/psdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c2..f2bb798 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -39,7 +39,6 @@
 #include <linux/device.h>
 #include <linux/pid_namespace.h>
 #include <asm/io.h>
-#include <linux/poll.h>
 #include <linux/uaccess.h>
 
 #include <linux/coda.h>
-- 
2.7.4


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

end of thread, other threads:[~2019-03-11 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11 15:29 [PATCH] fs/coda/psdev.c: Remove duplicate header Sabyasachi Gupta
2019-01-14  8:10 ` Souptick Joarder
2019-01-30  2:31   ` Sabyasachi Gupta
2019-02-13 16:16     ` Sabyasachi Gupta
2019-03-11 15:43 Sabyasachi Gupta
2019-03-11 16:04 ` Souptick Joarder

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).