[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200907081039.44665.david-b@pacbell.net>
Date: Wed, 8 Jul 2009 10:39:44 -0700
From: David Brownell <david-b@...bell.net>
To: Jaswinder Singh Rajput <jaswinder@...nel.org>
Cc: spi-devel-general@...ts.sourceforge.net,
Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 29/44] includecheck fix: drivers/spi, amba-pl022.c
On Wednesday 08 July 2009, Jaswinder Singh Rajput wrote:
>
> fix the following 'make includecheck' warnings:
>
> drivers/spi/amba-pl022.c: linux/delay.h is included more than once.
> drivers/spi/amba-pl022.c: linux/errno.h is included more than once.
>
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
Acked-by: David Brownell <dbrownell@...rs.sourceforge.net>
> ---
> drivers/spi/amba-pl022.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/amba-pl022.c b/drivers/spi/amba-pl022.c
> index da76797..c0f950a 100644
> --- a/drivers/spi/amba-pl022.c
> +++ b/drivers/spi/amba-pl022.c
> @@ -38,14 +38,12 @@
> #include <linux/interrupt.h>
> #include <linux/spi/spi.h>
> #include <linux/workqueue.h>
> -#include <linux/errno.h>
> #include <linux/delay.h>
> #include <linux/clk.h>
> #include <linux/err.h>
> #include <linux/amba/bus.h>
> #include <linux/amba/pl022.h>
> #include <linux/io.h>
> -#include <linux/delay.h>
>
> /*
> * This macro is used to define some register default values.
> --
> 1.6.0.6
>
>
>
>
--
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