diff options
| author | Arnaud Patard (Rtp <arnaud.patard@rtp-net.org> | 2006-12-29 19:49:10 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-30 13:56:43 -0500 |
| commit | e2a5d2f9b3e6011093a7587e0e18d653fb050a36 (patch) | |
| tree | c40512b904f2ba7a47f1cafea90f81de277c4985 | |
| parent | 829ad751ab3e369ee85af83f1dee45640d3e2d29 (diff) | |
[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 <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>
| -rw-r--r-- | drivers/spi/spi_s3c24xx_gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi_s3c24xx_gpio.c b/drivers/spi/spi_s3c24xx_gpio.c index bcaf4bd18eb9..eda53ed04cbc 100644 --- a/drivers/spi/spi_s3c24xx_gpio.c +++ b/drivers/spi/spi_s3c24xx_gpio.c | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | #include <asm/arch/regs-gpio.h> | 24 | #include <asm/arch/regs-gpio.h> |
| 25 | #include <asm/arch/spi-gpio.h> | 25 | #include <asm/arch/spi-gpio.h> |
| 26 | #include <asm/arch/hardware.h> | 26 | #include <asm/hardware.h> |
| 27 | 27 | ||
| 28 | struct s3c2410_spigpio { | 28 | struct s3c2410_spigpio { |
| 29 | struct spi_bitbang bitbang; | 29 | struct spi_bitbang bitbang; |
