diff options
Diffstat (limited to 'drivers/spi/spi_s3c24xx_gpio.c')
-rw-r--r-- | drivers/spi/spi_s3c24xx_gpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/spi_s3c24xx_gpio.c b/drivers/spi/spi_s3c24xx_gpio.c index d44fd0af0da1..cc1f647f579b 100644 --- a/drivers/spi/spi_s3c24xx_gpio.c +++ b/drivers/spi/spi_s3c24xx_gpio.c | |||
@@ -21,9 +21,9 @@ | |||
21 | #include <linux/spi/spi.h> | 21 | #include <linux/spi/spi.h> |
22 | #include <linux/spi/spi_bitbang.h> | 22 | #include <linux/spi/spi_bitbang.h> |
23 | 23 | ||
24 | #include <asm/arch/regs-gpio.h> | 24 | #include <mach/regs-gpio.h> |
25 | #include <asm/arch/spi-gpio.h> | 25 | #include <mach/spi-gpio.h> |
26 | #include <asm/arch/hardware.h> | 26 | #include <mach/hardware.h> |
27 | 27 | ||
28 | struct s3c2410_spigpio { | 28 | struct s3c2410_spigpio { |
29 | struct spi_bitbang bitbang; | 29 | struct spi_bitbang bitbang; |