
david-b at pacbell
Jul 8, 2009, 10:39 AM
Post #3 of 6
(246 views)
Permalink
|
|
Re: [PATCH 29/44] includecheck fix: drivers/spi, amba-pl022.c
[In reply to]
|
|
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 [at] gmail> Acked-by: David Brownell <dbrownell [at] users> > --- > 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 [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|