diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r-- | arch/arm/mach-s5p64x0/setup-spi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-s5p64x0/setup-spi.c b/arch/arm/mach-s5p64x0/setup-spi.c index 1cf84b524698..7664356720ca 100644 --- a/arch/arm/mach-s5p64x0/setup-spi.c +++ b/arch/arm/mach-s5p64x0/setup-spi.c | |||
@@ -9,11 +9,10 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <linux/gpio.h> | 11 | #include <linux/gpio.h> |
12 | #include <linux/platform_device.h> | ||
13 | #include <plat/gpio-cfg.h> | 12 | #include <plat/gpio-cfg.h> |
14 | 13 | ||
15 | #ifdef CONFIG_S3C64XX_DEV_SPI0 | 14 | #ifdef CONFIG_S3C64XX_DEV_SPI0 |
16 | int s3c64xx_spi0_cfg_gpio(struct platform_device *dev) | 15 | int s3c64xx_spi0_cfg_gpio(void) |
17 | { | 16 | { |
18 | if (soc_is_s5p6450()) | 17 | if (soc_is_s5p6450()) |
19 | s3c_gpio_cfgall_range(S5P6450_GPC(0), 3, | 18 | s3c_gpio_cfgall_range(S5P6450_GPC(0), 3, |
@@ -26,7 +25,7 @@ int s3c64xx_spi0_cfg_gpio(struct platform_device *dev) | |||
26 | #endif | 25 | #endif |
27 | 26 | ||
28 | #ifdef CONFIG_S3C64XX_DEV_SPI1 | 27 | #ifdef CONFIG_S3C64XX_DEV_SPI1 |
29 | int s3c64xx_spi1_cfg_gpio(struct platform_device *dev) | 28 | int s3c64xx_spi1_cfg_gpio(void) |
30 | { | 29 | { |
31 | if (soc_is_s5p6450()) | 30 | if (soc_is_s5p6450()) |
32 | s3c_gpio_cfgall_range(S5P6450_GPC(4), 3, | 31 | s3c_gpio_cfgall_range(S5P6450_GPC(4), 3, |