[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081020211822.GA30320@kroah.com>
Date: Mon, 20 Oct 2008 14:18:22 -0700
From: Greg KH <greg@...ah.com>
To: Huang Weiyi <weiyi.huang@...il.com>
Cc: gregkh@...e.de, linux-kernel@...r.kernel.org
Subject: Re: staging: me4000: remove duplicated #include's
On Sat, Oct 18, 2008 at 11:52:15AM +0800, Huang Weiyi wrote:
> Removed duplicated #include's in drivers/staging/me4000/me4000.c
> asm/uaccess.h
> linux/fs.h
>
> Signed-off-by: Huang Weiyi <weiyi.huang@...il.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>
Hm, this doesn't apply anymore as some cleanups went in that should have
just made this not needed.
But if you have a script I can run somewhere to verify it, I'd
appreciate it.
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists