From: Ben Dooks Date: Tue, 22 Sep 2009 23:46:12 +0000 (-0700) Subject: spi_s3c24xx: fix header includes X-Git-Tag: v2.6.32-rc1~282 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1a0c220f791be9e15fd897adee257e72ed4134f8;p=~emulex%2Finfiniband.git spi_s3c24xx: fix header includes The driver includes where it should be including and also includes and without using anything from these. Signed-off-by: Ben Dooks Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c index 6ba8aece90b..0be4da0917e 100644 --- a/drivers/spi/spi_s3c24xx.c +++ b/drivers/spi/spi_s3c24xx.c @@ -20,14 +20,11 @@ #include #include #include +#include #include #include -#include -#include -#include - #include #include