]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] spi_s3c24xx_gpio: use right header
authorArnaud Patard (Rtp <arnaud.patard@rtp-net.org>
Sat, 30 Dec 2006 00:49:10 +0000 (16:49 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 30 Dec 2006 18:56:43 +0000 (10:56 -0800)
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 <arnaud.patard@rtp-net.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/spi/spi_s3c24xx_gpio.c

index bcaf4bd18eb96113c8dd4109b67e793be10f3432..eda53ed04cbc9cbefc3569762a5ce965c669a243 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <asm/arch/regs-gpio.h>
 #include <asm/arch/spi-gpio.h>
-#include <asm/arch/hardware.h>
+#include <asm/hardware.h>
 
 struct s3c2410_spigpio {
        struct spi_bitbang               bitbang;