aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabyasachi Gupta <[email protected]>2019-05-14 15:46:39 -0700
committerLinus Torvalds <[email protected]>2019-05-14 19:52:52 -0700
commit10bcba8c16aa1ebb3e1e6d16c0c8e493a0668a8c (patch)
tree9b3221721a23b50318418e459f8fc5d11aea0666
parent99db46ea292780cd978d56932d9445b1e8bdafe8 (diff)
fs/coda/psdev.c: remove duplicate header
linux/poll.h is included more than once. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Sabyasachi Gupta <[email protected]> Acked-by: Souptick Joarder <[email protected]> Cc: Jan Harkes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--fs/coda/psdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c21b539..f2bb7985d21c 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>