diff options
author | Sabyasachi Gupta <sabyasachi.linux@gmail.com> | 2019-05-14 18:46:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-14 22:52:52 -0400 |
commit | 10bcba8c16aa1ebb3e1e6d16c0c8e493a0668a8c (patch) | |
tree | 9b3221721a23b50318418e459f8fc5d11aea0666 /fs/coda/psdev.c | |
parent | 99db46ea292780cd978d56932d9445b1e8bdafe8 (diff) |
fs/coda/psdev.c: remove duplicate header
linux/poll.h is included more than once.
Link: http://lkml.kernel.org/r/5c86820f.1c69fb81.149f0.0834@mx.google.com
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/coda/psdev.c')
-rw-r--r-- | fs/coda/psdev.c | 1 |
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 @@ | |||
39 | #include <linux/device.h> | 39 | #include <linux/device.h> |
40 | #include <linux/pid_namespace.h> | 40 | #include <linux/pid_namespace.h> |
41 | #include <asm/io.h> | 41 | #include <asm/io.h> |
42 | #include <linux/poll.h> | ||
43 | #include <linux/uaccess.h> | 42 | #include <linux/uaccess.h> |
44 | 43 | ||
45 | #include <linux/coda.h> | 44 | #include <linux/coda.h> |