All of lore.kernel.org
 help / color / mirror / Atom feed
* staging: me4000: remove duplicated #include's
@ 2008-10-18  3:52 Huang Weiyi
  2008-10-20 21:18 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Huang Weiyi @ 2008-10-18  3:52 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Removed duplicated #include's in drivers/staging/me4000/me4000.c
   asm/uaccess.h
   linux/fs.h

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/staging/me4000/me4000.c b/drivers/staging/me4000/me4000.c
index 862dd7f..90de6f0 100644
--- a/drivers/staging/me4000/me4000.c
+++ b/drivers/staging/me4000/me4000.c
@@ -30,7 +30,6 @@
 #include <asm/uaccess.h>
 #include <linux/errno.h>
 #include <linux/delay.h>
-#include <linux/fs.h>
 #include <linux/mm.h>
 #include <linux/unistd.h>
 #include <linux/list.h>
@@ -39,7 +38,6 @@
 #include <linux/poll.h>
 #include <linux/vmalloc.h>
 #include <asm/pgtable.h>
-#include <asm/uaccess.h>
 #include <linux/types.h>

 #include <linux/slab.h>



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

end of thread, other threads:[~2008-10-27 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18  3:52 staging: me4000: remove duplicated #include's Huang Weiyi
2008-10-20 21:18 ` Greg KH
2008-10-26 21:33   ` Adrian Bunk
2008-10-26 21:40     ` J.R. Mauro
2008-10-26 22:05       ` Adrian Bunk
2008-10-27 13:45         ` J.R. Mauro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.