[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190511105530.GA3988@bharath12345-Inspiron-5559>
Date:   Sat, 11 May 2019 16:25:31 +0530
From:   Bharath Vedartham <linux.bhar@...il.com>
To:     jaharkes@...cmu.edu, coda@...cmu.edu
Cc:     codalist@...a.cs.cmu.edu, linux-kernel@...r.kernel.org
Subject: [PATCH] fs/code/psdev.c: Remove redundant header linux/poll.h
The header file #include <linux/poll.h> has been included twice.
This patch removes the redundant header.
Tested by compiling the coda filesystem.
Signed-off-by: Bharath Vedartham <linux.bhar@...il.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
Powered by blists - more mailing lists
 
