diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:28:18 -0500 |
commit | 6e0ee714fdab0568c3487455951dea2673e9557f (patch) | |
tree | 9242d8a28380ca80bebdd08d0997d39d03f2062f /drivers/mmc/host | |
parent | 9647f84deeefcba8b9be22e1f1305eda88851635 (diff) |
mmc: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Chris Ball <cjb@laptop.org>
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Cc: Venkatraman S <svenkatr@ti.com>
Cc: Viresh Kumar <viresh.linux@gmail.com>
Cc: Ian Molton <ian@mnementh.co.uk>
Cc: Bruce Chang <brucechang@via.com.tw>
Cc: Harald Welte <HaraldWelte@viatech.com>
Cc: Pierre Ossman <pierre@ossman.eu>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mmc/host')
27 files changed, 31 insertions, 31 deletions
diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c index 606c16a6c639..127a8fade4da 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c | |||
@@ -1114,7 +1114,7 @@ out0: | |||
1114 | return ret; | 1114 | return ret; |
1115 | } | 1115 | } |
1116 | 1116 | ||
1117 | static int __devexit au1xmmc_remove(struct platform_device *pdev) | 1117 | static int au1xmmc_remove(struct platform_device *pdev) |
1118 | { | 1118 | { |
1119 | struct au1xmmc_host *host = platform_get_drvdata(pdev); | 1119 | struct au1xmmc_host *host = platform_get_drvdata(pdev); |
1120 | 1120 | ||
diff --git a/drivers/mmc/host/bfin_sdh.c b/drivers/mmc/host/bfin_sdh.c index 4ef3901451b4..fb4348c5b6ac 100644 --- a/drivers/mmc/host/bfin_sdh.c +++ b/drivers/mmc/host/bfin_sdh.c | |||
@@ -617,7 +617,7 @@ out1: | |||
617 | return ret; | 617 | return ret; |
618 | } | 618 | } |
619 | 619 | ||
620 | static int __devexit sdh_remove(struct platform_device *pdev) | 620 | static int sdh_remove(struct platform_device *pdev) |
621 | { | 621 | { |
622 | struct mmc_host *mmc = platform_get_drvdata(pdev); | 622 | struct mmc_host *mmc = platform_get_drvdata(pdev); |
623 | 623 | ||
diff --git a/drivers/mmc/host/cb710-mmc.c b/drivers/mmc/host/cb710-mmc.c index c12a5615ab9b..777ca2046b27 100644 --- a/drivers/mmc/host/cb710-mmc.c +++ b/drivers/mmc/host/cb710-mmc.c | |||
@@ -746,7 +746,7 @@ err_free_mmc: | |||
746 | return err; | 746 | return err; |
747 | } | 747 | } |
748 | 748 | ||
749 | static int __devexit cb710_mmc_exit(struct platform_device *pdev) | 749 | static int cb710_mmc_exit(struct platform_device *pdev) |
750 | { | 750 | { |
751 | struct cb710_slot *slot = cb710_pdev_to_slot(pdev); | 751 | struct cb710_slot *slot = cb710_pdev_to_slot(pdev); |
752 | struct mmc_host *mmc = cb710_slot_to_mmc(slot); | 752 | struct mmc_host *mmc = cb710_slot_to_mmc(slot); |
diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c index 324c8bfeb7ec..083fcd29c9c6 100644 --- a/drivers/mmc/host/dw_mmc-pci.c +++ b/drivers/mmc/host/dw_mmc-pci.c | |||
@@ -85,7 +85,7 @@ err_disable_dev: | |||
85 | return ret; | 85 | return ret; |
86 | } | 86 | } |
87 | 87 | ||
88 | static void __devexit dw_mci_pci_remove(struct pci_dev *pdev) | 88 | static void dw_mci_pci_remove(struct pci_dev *pdev) |
89 | { | 89 | { |
90 | struct dw_mci *host = pci_get_drvdata(pdev); | 90 | struct dw_mci *host = pci_get_drvdata(pdev); |
91 | 91 | ||
diff --git a/drivers/mmc/host/dw_mmc-pltfm.c b/drivers/mmc/host/dw_mmc-pltfm.c index 867977f69841..8fd6d2cc498d 100644 --- a/drivers/mmc/host/dw_mmc-pltfm.c +++ b/drivers/mmc/host/dw_mmc-pltfm.c | |||
@@ -67,7 +67,7 @@ static int dw_mci_pltfm_probe(struct platform_device *pdev) | |||
67 | return dw_mci_pltfm_register(pdev, NULL); | 67 | return dw_mci_pltfm_register(pdev, NULL); |
68 | } | 68 | } |
69 | 69 | ||
70 | static int __devexit dw_mci_pltfm_remove(struct platform_device *pdev) | 70 | static int dw_mci_pltfm_remove(struct platform_device *pdev) |
71 | { | 71 | { |
72 | struct dw_mci *host = platform_get_drvdata(pdev); | 72 | struct dw_mci *host = platform_get_drvdata(pdev); |
73 | 73 | ||
diff --git a/drivers/mmc/host/dw_mmc-pltfm.h b/drivers/mmc/host/dw_mmc-pltfm.h index 2ac37b81de4d..68e7fd2f6148 100644 --- a/drivers/mmc/host/dw_mmc-pltfm.h +++ b/drivers/mmc/host/dw_mmc-pltfm.h | |||
@@ -14,7 +14,7 @@ | |||
14 | 14 | ||
15 | extern int dw_mci_pltfm_register(struct platform_device *pdev, | 15 | extern int dw_mci_pltfm_register(struct platform_device *pdev, |
16 | const struct dw_mci_drv_data *drv_data); | 16 | const struct dw_mci_drv_data *drv_data); |
17 | extern int __devexit dw_mci_pltfm_remove(struct platform_device *pdev); | 17 | extern int dw_mci_pltfm_remove(struct platform_device *pdev); |
18 | extern const struct dev_pm_ops dw_mci_pltfm_pmops; | 18 | extern const struct dev_pm_ops dw_mci_pltfm_pmops; |
19 | 19 | ||
20 | #endif /* _DW_MMC_PLTFM_H_ */ | 20 | #endif /* _DW_MMC_PLTFM_H_ */ |
diff --git a/drivers/mmc/host/jz4740_mmc.c b/drivers/mmc/host/jz4740_mmc.c index 81826be41bc7..2391c6b7a4bb 100644 --- a/drivers/mmc/host/jz4740_mmc.c +++ b/drivers/mmc/host/jz4740_mmc.c | |||
@@ -938,7 +938,7 @@ err_free_host: | |||
938 | return ret; | 938 | return ret; |
939 | } | 939 | } |
940 | 940 | ||
941 | static int __devexit jz4740_mmc_remove(struct platform_device *pdev) | 941 | static int jz4740_mmc_remove(struct platform_device *pdev) |
942 | { | 942 | { |
943 | struct jz4740_mmc_host *host = platform_get_drvdata(pdev); | 943 | struct jz4740_mmc_host *host = platform_get_drvdata(pdev); |
944 | 944 | ||
diff --git a/drivers/mmc/host/mmc_spi.c b/drivers/mmc/host/mmc_spi.c index 1e2256b296e8..74145d1d51f5 100644 --- a/drivers/mmc/host/mmc_spi.c +++ b/drivers/mmc/host/mmc_spi.c | |||
@@ -1485,7 +1485,7 @@ nomem: | |||
1485 | } | 1485 | } |
1486 | 1486 | ||
1487 | 1487 | ||
1488 | static int __devexit mmc_spi_remove(struct spi_device *spi) | 1488 | static int mmc_spi_remove(struct spi_device *spi) |
1489 | { | 1489 | { |
1490 | struct mmc_host *mmc = dev_get_drvdata(&spi->dev); | 1490 | struct mmc_host *mmc = dev_get_drvdata(&spi->dev); |
1491 | struct mmc_spi_host *host; | 1491 | struct mmc_spi_host *host; |
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 5e3e05dfa57f..ec28d175d9c8 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c | |||
@@ -337,7 +337,7 @@ static void mmci_dma_setup(struct mmci_host *host) | |||
337 | } | 337 | } |
338 | 338 | ||
339 | /* | 339 | /* |
340 | * This is used in or __devexit so inline it | 340 | * This is used in or so inline it |
341 | * so it can be discarded. | 341 | * so it can be discarded. |
342 | */ | 342 | */ |
343 | static inline void mmci_dma_release(struct mmci_host *host) | 343 | static inline void mmci_dma_release(struct mmci_host *host) |
@@ -1522,7 +1522,7 @@ static int mmci_probe(struct amba_device *dev, | |||
1522 | return ret; | 1522 | return ret; |
1523 | } | 1523 | } |
1524 | 1524 | ||
1525 | static int __devexit mmci_remove(struct amba_device *dev) | 1525 | static int mmci_remove(struct amba_device *dev) |
1526 | { | 1526 | { |
1527 | struct mmc_host *mmc = amba_get_drvdata(dev); | 1527 | struct mmc_host *mmc = amba_get_drvdata(dev); |
1528 | 1528 | ||
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index e18441b63bf2..4e749ab690c8 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -1478,7 +1478,7 @@ err_free_mem_region: | |||
1478 | return ret; | 1478 | return ret; |
1479 | } | 1479 | } |
1480 | 1480 | ||
1481 | static int __devexit mmc_omap_remove(struct platform_device *pdev) | 1481 | static int mmc_omap_remove(struct platform_device *pdev) |
1482 | { | 1482 | { |
1483 | struct mmc_omap_host *host = platform_get_drvdata(pdev); | 1483 | struct mmc_omap_host *host = platform_get_drvdata(pdev); |
1484 | int i; | 1484 | int i; |
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 3bebdff21668..8cfcec360de1 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
@@ -1986,7 +1986,7 @@ err: | |||
1986 | return ret; | 1986 | return ret; |
1987 | } | 1987 | } |
1988 | 1988 | ||
1989 | static int __devexit omap_hsmmc_remove(struct platform_device *pdev) | 1989 | static int omap_hsmmc_remove(struct platform_device *pdev) |
1990 | { | 1990 | { |
1991 | struct omap_hsmmc_host *host = platform_get_drvdata(pdev); | 1991 | struct omap_hsmmc_host *host = platform_get_drvdata(pdev); |
1992 | struct resource *res; | 1992 | struct resource *res; |
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index b846a975408a..63fb265e0da6 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c | |||
@@ -1819,7 +1819,7 @@ static void s3cmci_shutdown(struct platform_device *pdev) | |||
1819 | clk_disable(host->clk); | 1819 | clk_disable(host->clk); |
1820 | } | 1820 | } |
1821 | 1821 | ||
1822 | static int __devexit s3cmci_remove(struct platform_device *pdev) | 1822 | static int s3cmci_remove(struct platform_device *pdev) |
1823 | { | 1823 | { |
1824 | struct mmc_host *mmc = platform_get_drvdata(pdev); | 1824 | struct mmc_host *mmc = platform_get_drvdata(pdev); |
1825 | struct s3cmci_host *host = mmc_priv(mmc); | 1825 | struct s3cmci_host *host = mmc_priv(mmc); |
diff --git a/drivers/mmc/host/sdhci-cns3xxx.c b/drivers/mmc/host/sdhci-cns3xxx.c index ce959dcfa7b2..30bfdc4ae52a 100644 --- a/drivers/mmc/host/sdhci-cns3xxx.c +++ b/drivers/mmc/host/sdhci-cns3xxx.c | |||
@@ -100,7 +100,7 @@ static int sdhci_cns3xxx_probe(struct platform_device *pdev) | |||
100 | return sdhci_pltfm_register(pdev, &sdhci_cns3xxx_pdata); | 100 | return sdhci_pltfm_register(pdev, &sdhci_cns3xxx_pdata); |
101 | } | 101 | } |
102 | 102 | ||
103 | static int __devexit sdhci_cns3xxx_remove(struct platform_device *pdev) | 103 | static int sdhci_cns3xxx_remove(struct platform_device *pdev) |
104 | { | 104 | { |
105 | return sdhci_pltfm_unregister(pdev); | 105 | return sdhci_pltfm_unregister(pdev); |
106 | } | 106 | } |
diff --git a/drivers/mmc/host/sdhci-dove.c b/drivers/mmc/host/sdhci-dove.c index 73c0eb8a091d..5f4d0331a91f 100644 --- a/drivers/mmc/host/sdhci-dove.c +++ b/drivers/mmc/host/sdhci-dove.c | |||
@@ -114,7 +114,7 @@ sdhci_dove_register_fail: | |||
114 | return ret; | 114 | return ret; |
115 | } | 115 | } |
116 | 116 | ||
117 | static int __devexit sdhci_dove_remove(struct platform_device *pdev) | 117 | static int sdhci_dove_remove(struct platform_device *pdev) |
118 | { | 118 | { |
119 | struct sdhci_host *host = platform_get_drvdata(pdev); | 119 | struct sdhci_host *host = platform_get_drvdata(pdev); |
120 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); | 120 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index cd741bbde505..8d54fd7b9d37 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c | |||
@@ -599,7 +599,7 @@ err_imx_data: | |||
599 | return err; | 599 | return err; |
600 | } | 600 | } |
601 | 601 | ||
602 | static int __devexit sdhci_esdhc_imx_remove(struct platform_device *pdev) | 602 | static int sdhci_esdhc_imx_remove(struct platform_device *pdev) |
603 | { | 603 | { |
604 | struct sdhci_host *host = platform_get_drvdata(pdev); | 604 | struct sdhci_host *host = platform_get_drvdata(pdev); |
605 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); | 605 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index 1aceed7d5a60..6617d6750a71 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c | |||
@@ -213,7 +213,7 @@ static int sdhci_esdhc_probe(struct platform_device *pdev) | |||
213 | return sdhci_pltfm_register(pdev, &sdhci_esdhc_pdata); | 213 | return sdhci_pltfm_register(pdev, &sdhci_esdhc_pdata); |
214 | } | 214 | } |
215 | 215 | ||
216 | static int __devexit sdhci_esdhc_remove(struct platform_device *pdev) | 216 | static int sdhci_esdhc_remove(struct platform_device *pdev) |
217 | { | 217 | { |
218 | return sdhci_pltfm_unregister(pdev); | 218 | return sdhci_pltfm_unregister(pdev); |
219 | } | 219 | } |
diff --git a/drivers/mmc/host/sdhci-of-hlwd.c b/drivers/mmc/host/sdhci-of-hlwd.c index aa78f3c27164..c3d3715ec3d7 100644 --- a/drivers/mmc/host/sdhci-of-hlwd.c +++ b/drivers/mmc/host/sdhci-of-hlwd.c | |||
@@ -71,7 +71,7 @@ static int sdhci_hlwd_probe(struct platform_device *pdev) | |||
71 | return sdhci_pltfm_register(pdev, &sdhci_hlwd_pdata); | 71 | return sdhci_pltfm_register(pdev, &sdhci_hlwd_pdata); |
72 | } | 72 | } |
73 | 73 | ||
74 | static int __devexit sdhci_hlwd_remove(struct platform_device *pdev) | 74 | static int sdhci_hlwd_remove(struct platform_device *pdev) |
75 | { | 75 | { |
76 | return sdhci_pltfm_unregister(pdev); | 76 | return sdhci_pltfm_unregister(pdev); |
77 | } | 77 | } |
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 38447710a1ef..d01aa610391f 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -1347,7 +1347,7 @@ static void sdhci_pci_runtime_pm_allow(struct device *dev) | |||
1347 | pm_suspend_ignore_children(dev, 1); | 1347 | pm_suspend_ignore_children(dev, 1); |
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | static void __devexit sdhci_pci_runtime_pm_forbid(struct device *dev) | 1350 | static void sdhci_pci_runtime_pm_forbid(struct device *dev) |
1351 | { | 1351 | { |
1352 | pm_runtime_forbid(dev); | 1352 | pm_runtime_forbid(dev); |
1353 | pm_runtime_get_noresume(dev); | 1353 | pm_runtime_get_noresume(dev); |
@@ -1445,7 +1445,7 @@ err: | |||
1445 | return ret; | 1445 | return ret; |
1446 | } | 1446 | } |
1447 | 1447 | ||
1448 | static void __devexit sdhci_pci_remove(struct pci_dev *pdev) | 1448 | static void sdhci_pci_remove(struct pci_dev *pdev) |
1449 | { | 1449 | { |
1450 | int i; | 1450 | int i; |
1451 | struct sdhci_pci_chip *chip; | 1451 | struct sdhci_pci_chip *chip; |
diff --git a/drivers/mmc/host/sdhci-pxav2.c b/drivers/mmc/host/sdhci-pxav2.c index 7d4dc1946312..ac854aa192a8 100644 --- a/drivers/mmc/host/sdhci-pxav2.c +++ b/drivers/mmc/host/sdhci-pxav2.c | |||
@@ -247,7 +247,7 @@ err_clk_get: | |||
247 | return ret; | 247 | return ret; |
248 | } | 248 | } |
249 | 249 | ||
250 | static int __devexit sdhci_pxav2_remove(struct platform_device *pdev) | 250 | static int sdhci_pxav2_remove(struct platform_device *pdev) |
251 | { | 251 | { |
252 | struct sdhci_host *host = platform_get_drvdata(pdev); | 252 | struct sdhci_host *host = platform_get_drvdata(pdev); |
253 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); | 253 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index e89c80901f30..186dfc36e473 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c | |||
@@ -313,7 +313,7 @@ err_clk_get: | |||
313 | return ret; | 313 | return ret; |
314 | } | 314 | } |
315 | 315 | ||
316 | static int __devexit sdhci_pxav3_remove(struct platform_device *pdev) | 316 | static int sdhci_pxav3_remove(struct platform_device *pdev) |
317 | { | 317 | { |
318 | struct sdhci_host *host = platform_get_drvdata(pdev); | 318 | struct sdhci_host *host = platform_get_drvdata(pdev); |
319 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); | 319 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index f5dde9eb7989..fe21ed428c3d 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c | |||
@@ -778,7 +778,7 @@ static int sdhci_s3c_probe(struct platform_device *pdev) | |||
778 | return ret; | 778 | return ret; |
779 | } | 779 | } |
780 | 780 | ||
781 | static int __devexit sdhci_s3c_remove(struct platform_device *pdev) | 781 | static int sdhci_s3c_remove(struct platform_device *pdev) |
782 | { | 782 | { |
783 | struct sdhci_host *host = platform_get_drvdata(pdev); | 783 | struct sdhci_host *host = platform_get_drvdata(pdev); |
784 | struct sdhci_s3c *sc = sdhci_priv(host); | 784 | struct sdhci_s3c *sc = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sdhci-spear.c b/drivers/mmc/host/sdhci-spear.c index 3fd18964145a..df2379a340f1 100644 --- a/drivers/mmc/host/sdhci-spear.c +++ b/drivers/mmc/host/sdhci-spear.c | |||
@@ -266,7 +266,7 @@ err: | |||
266 | return ret; | 266 | return ret; |
267 | } | 267 | } |
268 | 268 | ||
269 | static int __devexit sdhci_remove(struct platform_device *pdev) | 269 | static int sdhci_remove(struct platform_device *pdev) |
270 | { | 270 | { |
271 | struct sdhci_host *host = platform_get_drvdata(pdev); | 271 | struct sdhci_host *host = platform_get_drvdata(pdev); |
272 | struct spear_sdhci *sdhci = dev_get_platdata(&pdev->dev); | 272 | struct spear_sdhci *sdhci = dev_get_platdata(&pdev->dev); |
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d3936d0e3360..3695b2e0cbd2 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c | |||
@@ -370,7 +370,7 @@ err_no_plat: | |||
370 | return rc; | 370 | return rc; |
371 | } | 371 | } |
372 | 372 | ||
373 | static int __devexit sdhci_tegra_remove(struct platform_device *pdev) | 373 | static int sdhci_tegra_remove(struct platform_device *pdev) |
374 | { | 374 | { |
375 | struct sdhci_host *host = platform_get_drvdata(pdev); | 375 | struct sdhci_host *host = platform_get_drvdata(pdev); |
376 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); | 376 | struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); |
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c index 9872b52332f8..9b8efac896a8 100644 --- a/drivers/mmc/host/sh_mmcif.c +++ b/drivers/mmc/host/sh_mmcif.c | |||
@@ -1430,7 +1430,7 @@ ealloch: | |||
1430 | return ret; | 1430 | return ret; |
1431 | } | 1431 | } |
1432 | 1432 | ||
1433 | static int __devexit sh_mmcif_remove(struct platform_device *pdev) | 1433 | static int sh_mmcif_remove(struct platform_device *pdev) |
1434 | { | 1434 | { |
1435 | struct sh_mmcif_host *host = platform_get_drvdata(pdev); | 1435 | struct sh_mmcif_host *host = platform_get_drvdata(pdev); |
1436 | struct sh_mmcif_plat_data *pd = pdev->dev.platform_data; | 1436 | struct sh_mmcif_plat_data *pd = pdev->dev.platform_data; |
diff --git a/drivers/mmc/host/tmio_mmc.c b/drivers/mmc/host/tmio_mmc.c index f415be885654..139212e79cde 100644 --- a/drivers/mmc/host/tmio_mmc.c +++ b/drivers/mmc/host/tmio_mmc.c | |||
@@ -107,7 +107,7 @@ out: | |||
107 | return ret; | 107 | return ret; |
108 | } | 108 | } |
109 | 109 | ||
110 | static int __devexit tmio_mmc_remove(struct platform_device *pdev) | 110 | static int tmio_mmc_remove(struct platform_device *pdev) |
111 | { | 111 | { |
112 | const struct mfd_cell *cell = mfd_get_cell(pdev); | 112 | const struct mfd_cell *cell = mfd_get_cell(pdev); |
113 | struct mmc_host *mmc = platform_get_drvdata(pdev); | 113 | struct mmc_host *mmc = platform_get_drvdata(pdev); |
diff --git a/drivers/mmc/host/via-sdmmc.c b/drivers/mmc/host/via-sdmmc.c index 1f1a252184a7..4f84586c6e9e 100644 --- a/drivers/mmc/host/via-sdmmc.c +++ b/drivers/mmc/host/via-sdmmc.c | |||
@@ -1176,7 +1176,7 @@ disable: | |||
1176 | return ret; | 1176 | return ret; |
1177 | } | 1177 | } |
1178 | 1178 | ||
1179 | static void __devexit via_sd_remove(struct pci_dev *pcidev) | 1179 | static void via_sd_remove(struct pci_dev *pcidev) |
1180 | { | 1180 | { |
1181 | struct via_crdr_mmc_host *sdhost = pci_get_drvdata(pcidev); | 1181 | struct via_crdr_mmc_host *sdhost = pci_get_drvdata(pcidev); |
1182 | unsigned long flags; | 1182 | unsigned long flags; |
diff --git a/drivers/mmc/host/wbsd.c b/drivers/mmc/host/wbsd.c index d71358a2695d..e954b7758876 100644 --- a/drivers/mmc/host/wbsd.c +++ b/drivers/mmc/host/wbsd.c | |||
@@ -1735,7 +1735,7 @@ static int wbsd_init(struct device *dev, int base, int irq, int dma, | |||
1735 | return 0; | 1735 | return 0; |
1736 | } | 1736 | } |
1737 | 1737 | ||
1738 | static void __devexit wbsd_shutdown(struct device *dev, int pnp) | 1738 | static void wbsd_shutdown(struct device *dev, int pnp) |
1739 | { | 1739 | { |
1740 | struct mmc_host *mmc = dev_get_drvdata(dev); | 1740 | struct mmc_host *mmc = dev_get_drvdata(dev); |
1741 | struct wbsd_host *host; | 1741 | struct wbsd_host *host; |
@@ -1768,7 +1768,7 @@ static int wbsd_probe(struct platform_device *dev) | |||
1768 | return wbsd_init(&dev->dev, param_io, param_irq, param_dma, 0); | 1768 | return wbsd_init(&dev->dev, param_io, param_irq, param_dma, 0); |
1769 | } | 1769 | } |
1770 | 1770 | ||
1771 | static int __devexit wbsd_remove(struct platform_device *dev) | 1771 | static int wbsd_remove(struct platform_device *dev) |
1772 | { | 1772 | { |
1773 | wbsd_shutdown(&dev->dev, 0); | 1773 | wbsd_shutdown(&dev->dev, 0); |
1774 | 1774 | ||
@@ -1801,7 +1801,7 @@ wbsd_pnp_probe(struct pnp_dev *pnpdev, const struct pnp_device_id *dev_id) | |||
1801 | return wbsd_init(&pnpdev->dev, io, irq, dma, 1); | 1801 | return wbsd_init(&pnpdev->dev, io, irq, dma, 1); |
1802 | } | 1802 | } |
1803 | 1803 | ||
1804 | static void __devexit wbsd_pnp_remove(struct pnp_dev *dev) | 1804 | static void wbsd_pnp_remove(struct pnp_dev *dev) |
1805 | { | 1805 | { |
1806 | wbsd_shutdown(&dev->dev, 1); | 1806 | wbsd_shutdown(&dev->dev, 1); |
1807 | } | 1807 | } |