[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c86820f.1c69fb81.149f0.0834@mx.google.com>
Date: Mon, 11 Mar 2019 21:13:03 +0530
From: Sabyasachi Gupta <sabyasachi.linux@...il.com>
To: akpm@...ux-foundation.org
Cc: jaharkes@...cmu.edu, coda@...cmu.edu, codalist@...a.cs.cmu.edu,
linux-kernel@...r.kernel.org, jrdr.linux@...il.com
Subject: [PATCH] fs/coda/psdev.c: Remove duplicate header
Remove linux/poll.h which is included more than once
Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@...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