diff options
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/s3c64xx-spi.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/s3c64xx-spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h b/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h index d3e2209c809..aea68b60ef9 100644 --- a/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h +++ b/arch/arm/plat-samsung/include/plat/s3c64xx-spi.h | |||
@@ -75,7 +75,9 @@ extern void s3c64xx_spi2_set_platdata(struct s3c64xx_spi_info *pd, | |||
75 | /* defined by architecture to configure gpio */ | 75 | /* defined by architecture to configure gpio */ |
76 | extern int s3c64xx_spi0_cfg_gpio(struct platform_device *dev); | 76 | extern int s3c64xx_spi0_cfg_gpio(struct platform_device *dev); |
77 | extern int s3c64xx_spi1_cfg_gpio(struct platform_device *dev); | 77 | extern int s3c64xx_spi1_cfg_gpio(struct platform_device *dev); |
78 | extern int s3c64xx_spi2_cfg_gpio(struct platform_device *dev); | ||
78 | 79 | ||
79 | extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; | 80 | extern struct s3c64xx_spi_info s3c64xx_spi0_pdata; |
80 | extern struct s3c64xx_spi_info s3c64xx_spi1_pdata; | 81 | extern struct s3c64xx_spi_info s3c64xx_spi1_pdata; |
82 | extern struct s3c64xx_spi_info s3c64xx_spi2_pdata; | ||
81 | #endif /* __S3C64XX_PLAT_SPI_H */ | 83 | #endif /* __S3C64XX_PLAT_SPI_H */ |