diff options
Diffstat (limited to 'drivers/spi/spi-s3c64xx.c')
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index 57900a810bf2..4dd7b7ce5c5a 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c | |||
@@ -1056,7 +1056,7 @@ static void s3c64xx_spi_hwinit(struct s3c64xx_spi_driver_data *sdd, int channel) | |||
1056 | flush_fifo(sdd); | 1056 | flush_fifo(sdd); |
1057 | } | 1057 | } |
1058 | 1058 | ||
1059 | static int __devinit s3c64xx_spi_get_dmares( | 1059 | static int s3c64xx_spi_get_dmares( |
1060 | struct s3c64xx_spi_driver_data *sdd, bool tx) | 1060 | struct s3c64xx_spi_driver_data *sdd, bool tx) |
1061 | { | 1061 | { |
1062 | struct platform_device *pdev = sdd->pdev; | 1062 | struct platform_device *pdev = sdd->pdev; |
@@ -1135,7 +1135,7 @@ static void s3c64xx_spi_dt_gpio_free(struct s3c64xx_spi_driver_data *sdd) | |||
1135 | gpio_free(sdd->gpios[idx]); | 1135 | gpio_free(sdd->gpios[idx]); |
1136 | } | 1136 | } |
1137 | 1137 | ||
1138 | static struct __devinit s3c64xx_spi_info * s3c64xx_spi_parse_dt( | 1138 | static struct s3c64xx_spi_info * s3c64xx_spi_parse_dt( |
1139 | struct device *dev) | 1139 | struct device *dev) |
1140 | { | 1140 | { |
1141 | struct s3c64xx_spi_info *sci; | 1141 | struct s3c64xx_spi_info *sci; |