diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-12-07 11:57:14 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-12-07 12:06:43 -0500 |
commit | fd4a319bc933ae93e68935b21924a9ca4ba2d060 (patch) | |
tree | 6c813c841e056164fe22bd91a4cd2295028d497d /drivers/spi/spi-s3c64xx.c | |
parent | 7730cba2a50332c194f50a58b86359ea39a82bd1 (diff) |
spi: Remove HOTPLUG section attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.
Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.
Bill Pemberton has done most of the legwork on this series. I've used
his script to purge the attributes from the drivers/gpio tree.
Reported-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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; |