From: Arnaud Patard (Rtp Date: Sat, 30 Dec 2006 00:49:10 +0000 (-0800) Subject: [PATCH] spi_s3c24xx_gpio: use right header X-Git-Tag: v2.6.20-rc3~23 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e2a5d2f9b3e6011093a7587e0e18d653fb050a36;p=linux-2.6-omap-h63xx.git [PATCH] spi_s3c24xx_gpio: use right header Russel King recently reminded us that one shouldn't use asm/arch/hardware.h but one should use asm/hardware.h. Unfortunately, the spi_s3c24xx_gpio driver is using the wrong header. This patch is fixing that. Signed-off-by: Arnaud Patard Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/spi/spi_s3c24xx_gpio.c b/drivers/spi/spi_s3c24xx_gpio.c index bcaf4bd18eb..eda53ed04cb 100644 --- a/drivers/spi/spi_s3c24xx_gpio.c +++ b/drivers/spi/spi_s3c24xx_gpio.c @@ -23,7 +23,7 @@ #include #include -#include +#include struct s3c2410_spigpio { struct spi_bitbang bitbang;