aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/c67x00/c67x00-drv.c2
-rw-r--r--drivers/usb/chipidea/ci13xxx_imx.c2
-rw-r--r--drivers/usb/chipidea/ci13xxx_msm.c2
-rw-r--r--drivers/usb/chipidea/ci13xxx_pci.c2
-rw-r--r--drivers/usb/chipidea/core.c2
-rw-r--r--drivers/usb/chipidea/usbmisc_imx6q.c2
-rw-r--r--drivers/usb/dwc3/core.c2
-rw-r--r--drivers/usb/dwc3/debugfs.c2
-rw-r--r--drivers/usb/dwc3/dwc3-exynos.c2
-rw-r--r--drivers/usb/dwc3/dwc3-omap.c2
-rw-r--r--drivers/usb/dwc3/dwc3-pci.c2
-rw-r--r--drivers/usb/gadget/bcm63xx_udc.c2
-rw-r--r--drivers/usb/gadget/fsl_qe_udc.c2
-rw-r--r--drivers/usb/gadget/hid.c2
-rw-r--r--drivers/usb/gadget/lpc32xx_udc.c2
-rw-r--r--drivers/usb/gadget/mv_u3d_core.c2
-rw-r--r--drivers/usb/gadget/mv_udc_core.c2
-rw-r--r--drivers/usb/gadget/net2272.c10
-rw-r--r--drivers/usb/gadget/omap_udc.c2
-rw-r--r--drivers/usb/gadget/s3c-hsotg.c4
-rw-r--r--drivers/usb/host/bcma-hcd.c2
-rw-r--r--drivers/usb/host/ehci-atmel.c2
-rw-r--r--drivers/usb/host/ehci-msm.c2
-rw-r--r--drivers/usb/host/ehci-platform.c2
-rw-r--r--drivers/usb/host/ehci-s5p.c2
-rw-r--r--drivers/usb/host/ehci-w90x900.c2
-rw-r--r--drivers/usb/host/fhci-hcd.c4
-rw-r--r--drivers/usb/host/fsl-mph-dr-of.c4
-rw-r--r--drivers/usb/host/isp1362-hcd.c2
-rw-r--r--drivers/usb/host/isp1760-if.c2
-rw-r--r--drivers/usb/host/ohci-at91.c6
-rw-r--r--drivers/usb/host/ohci-exynos.c2
-rw-r--r--drivers/usb/host/ohci-jz4740.c2
-rw-r--r--drivers/usb/host/ohci-omap3.c2
-rw-r--r--drivers/usb/host/ohci-platform.c2
-rw-r--r--drivers/usb/host/ohci-s3c2410.c2
-rw-r--r--drivers/usb/host/ohci-tmio.c2
-rw-r--r--drivers/usb/host/r8a66597-hcd.c2
-rw-r--r--drivers/usb/host/sl811-hcd.c2
-rw-r--r--drivers/usb/host/ssb-hcd.c4
-rw-r--r--drivers/usb/host/u132-hcd.c2
-rw-r--r--drivers/usb/musb/am35x.c2
-rw-r--r--drivers/usb/musb/blackfin.c2
-rw-r--r--drivers/usb/musb/da8xx.c2
-rw-r--r--drivers/usb/musb/davinci.c2
-rw-r--r--drivers/usb/musb/musb_core.c2
-rw-r--r--drivers/usb/musb/musb_dsps.c2
-rw-r--r--drivers/usb/musb/omap2430.c2
-rw-r--r--drivers/usb/musb/tusb6010.c2
-rw-r--r--drivers/usb/musb/ux500.c2
-rw-r--r--drivers/usb/otg/ab8500-usb.c2
-rw-r--r--drivers/usb/otg/fsl_otg.c2
-rw-r--r--drivers/usb/otg/msm_otg.c2
-rw-r--r--drivers/usb/otg/mxs-phy.c2
-rw-r--r--drivers/usb/otg/nop-usb-xceiv.c2
-rw-r--r--drivers/usb/phy/omap-usb2.c2
-rw-r--r--drivers/usb/phy/rcar-phy.c2
-rw-r--r--drivers/usb/renesas_usbhs/common.c2
58 files changed, 68 insertions, 68 deletions
diff --git a/drivers/usb/c67x00/c67x00-drv.c b/drivers/usb/c67x00/c67x00-drv.c
index 21913dfeecce..fe815ecd557e 100644
--- a/drivers/usb/c67x00/c67x00-drv.c
+++ b/drivers/usb/c67x00/c67x00-drv.c
@@ -191,7 +191,7 @@ static int c67x00_drv_probe(struct platform_device *pdev)
191 return ret; 191 return ret;
192} 192}
193 193
194static int __devexit c67x00_drv_remove(struct platform_device *pdev) 194static int c67x00_drv_remove(struct platform_device *pdev)
195{ 195{
196 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); 196 struct c67x00_device *c67x00 = platform_get_drvdata(pdev);
197 struct resource *res; 197 struct resource *res;
diff --git a/drivers/usb/chipidea/ci13xxx_imx.c b/drivers/usb/chipidea/ci13xxx_imx.c
index 126978038f7a..8c291220be7f 100644
--- a/drivers/usb/chipidea/ci13xxx_imx.c
+++ b/drivers/usb/chipidea/ci13xxx_imx.c
@@ -220,7 +220,7 @@ put_np:
220 return ret; 220 return ret;
221} 221}
222 222
223static int __devexit ci13xxx_imx_remove(struct platform_device *pdev) 223static int ci13xxx_imx_remove(struct platform_device *pdev)
224{ 224{
225 struct ci13xxx_imx_data *data = platform_get_drvdata(pdev); 225 struct ci13xxx_imx_data *data = platform_get_drvdata(pdev);
226 226
diff --git a/drivers/usb/chipidea/ci13xxx_msm.c b/drivers/usb/chipidea/ci13xxx_msm.c
index e8a8ba36b101..7d16681fd3d2 100644
--- a/drivers/usb/chipidea/ci13xxx_msm.c
+++ b/drivers/usb/chipidea/ci13xxx_msm.c
@@ -77,7 +77,7 @@ static int ci13xxx_msm_probe(struct platform_device *pdev)
77 return 0; 77 return 0;
78} 78}
79 79
80static int __devexit ci13xxx_msm_remove(struct platform_device *pdev) 80static int ci13xxx_msm_remove(struct platform_device *pdev)
81{ 81{
82 struct platform_device *plat_ci = platform_get_drvdata(pdev); 82 struct platform_device *plat_ci = platform_get_drvdata(pdev);
83 83
diff --git a/drivers/usb/chipidea/ci13xxx_pci.c b/drivers/usb/chipidea/ci13xxx_pci.c
index cb7eb3ede5e8..9b227e39299a 100644
--- a/drivers/usb/chipidea/ci13xxx_pci.c
+++ b/drivers/usb/chipidea/ci13xxx_pci.c
@@ -107,7 +107,7 @@ static int ci13xxx_pci_probe(struct pci_dev *pdev,
107 * first invoking the udc_remove() and then releases 107 * first invoking the udc_remove() and then releases
108 * all PCI resources allocated for this USB device controller 108 * all PCI resources allocated for this USB device controller
109 */ 109 */
110static void __devexit ci13xxx_pci_remove(struct pci_dev *pdev) 110static void ci13xxx_pci_remove(struct pci_dev *pdev)
111{ 111{
112 struct platform_device *plat_ci = pci_get_drvdata(pdev); 112 struct platform_device *plat_ci = pci_get_drvdata(pdev);
113 113
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c
index 7f9c0d21c897..5a4a5eca4194 100644
--- a/drivers/usb/chipidea/core.c
+++ b/drivers/usb/chipidea/core.c
@@ -508,7 +508,7 @@ rm_wq:
508 return ret; 508 return ret;
509} 509}
510 510
511static int __devexit ci_hdrc_remove(struct platform_device *pdev) 511static int ci_hdrc_remove(struct platform_device *pdev)
512{ 512{
513 struct ci13xxx *ci = platform_get_drvdata(pdev); 513 struct ci13xxx *ci = platform_get_drvdata(pdev);
514 514
diff --git a/drivers/usb/chipidea/usbmisc_imx6q.c b/drivers/usb/chipidea/usbmisc_imx6q.c
index ee6fa872f936..845efe29e6b9 100644
--- a/drivers/usb/chipidea/usbmisc_imx6q.c
+++ b/drivers/usb/chipidea/usbmisc_imx6q.c
@@ -127,7 +127,7 @@ static int usbmisc_imx6q_probe(struct platform_device *pdev)
127 return 0; 127 return 0;
128} 128}
129 129
130static int __devexit usbmisc_imx6q_remove(struct platform_device *pdev) 130static int usbmisc_imx6q_remove(struct platform_device *pdev)
131{ 131{
132 usbmisc_unset_ops(&imx6q_usbmisc_ops); 132 usbmisc_unset_ops(&imx6q_usbmisc_ops);
133 clk_disable_unprepare(usbmisc->clk); 133 clk_disable_unprepare(usbmisc->clk);
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 71610800cd88..3a4004a620ad 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -547,7 +547,7 @@ err0:
547 return ret; 547 return ret;
548} 548}
549 549
550static int __devexit dwc3_remove(struct platform_device *pdev) 550static int dwc3_remove(struct platform_device *pdev)
551{ 551{
552 struct dwc3 *dwc = platform_get_drvdata(pdev); 552 struct dwc3 *dwc = platform_get_drvdata(pdev);
553 struct resource *res; 553 struct resource *res;
diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c
index 33ae98c52781..92604b4f9712 100644
--- a/drivers/usb/dwc3/debugfs.c
+++ b/drivers/usb/dwc3/debugfs.c
@@ -703,7 +703,7 @@ err0:
703 return ret; 703 return ret;
704} 704}
705 705
706void __devexit dwc3_debugfs_exit(struct dwc3 *dwc) 706void dwc3_debugfs_exit(struct dwc3 *dwc)
707{ 707{
708 debugfs_remove_recursive(dwc->root); 708 debugfs_remove_recursive(dwc->root);
709 dwc->root = NULL; 709 dwc->root = NULL;
diff --git a/drivers/usb/dwc3/dwc3-exynos.c b/drivers/usb/dwc3/dwc3-exynos.c
index d43f0760ca63..aae5328ac771 100644
--- a/drivers/usb/dwc3/dwc3-exynos.c
+++ b/drivers/usb/dwc3/dwc3-exynos.c
@@ -170,7 +170,7 @@ err0:
170 return ret; 170 return ret;
171} 171}
172 172
173static int __devexit dwc3_exynos_remove(struct platform_device *pdev) 173static int dwc3_exynos_remove(struct platform_device *pdev)
174{ 174{
175 struct dwc3_exynos *exynos = platform_get_drvdata(pdev); 175 struct dwc3_exynos *exynos = platform_get_drvdata(pdev);
176 176
diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c
index e114bb58ccf4..f31867fd2574 100644
--- a/drivers/usb/dwc3/dwc3-omap.c
+++ b/drivers/usb/dwc3/dwc3-omap.c
@@ -421,7 +421,7 @@ err2:
421 return ret; 421 return ret;
422} 422}
423 423
424static int __devexit dwc3_omap_remove(struct platform_device *pdev) 424static int dwc3_omap_remove(struct platform_device *pdev)
425{ 425{
426 struct dwc3_omap *omap = platform_get_drvdata(pdev); 426 struct dwc3_omap *omap = platform_get_drvdata(pdev);
427 427
diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
index 68e389b589d6..7d70f44567d2 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
@@ -194,7 +194,7 @@ err1:
194 return ret; 194 return ret;
195} 195}
196 196
197static void __devexit dwc3_pci_remove(struct pci_dev *pci) 197static void dwc3_pci_remove(struct pci_dev *pci)
198{ 198{
199 struct dwc3_pci *glue = pci_get_drvdata(pci); 199 struct dwc3_pci *glue = pci_get_drvdata(pci);
200 200
diff --git a/drivers/usb/gadget/bcm63xx_udc.c b/drivers/usb/gadget/bcm63xx_udc.c
index 18eff74e3360..47a49931361e 100644
--- a/drivers/usb/gadget/bcm63xx_udc.c
+++ b/drivers/usb/gadget/bcm63xx_udc.c
@@ -2433,7 +2433,7 @@ out_uninit:
2433 * bcm63xx_udc_remove - Remove the device from the system. 2433 * bcm63xx_udc_remove - Remove the device from the system.
2434 * @pdev: Platform device struct from the bcm63xx BSP code. 2434 * @pdev: Platform device struct from the bcm63xx BSP code.
2435 */ 2435 */
2436static int __devexit bcm63xx_udc_remove(struct platform_device *pdev) 2436static int bcm63xx_udc_remove(struct platform_device *pdev)
2437{ 2437{
2438 struct bcm63xx_udc *udc = platform_get_drvdata(pdev); 2438 struct bcm63xx_udc *udc = platform_get_drvdata(pdev);
2439 2439
diff --git a/drivers/usb/gadget/fsl_qe_udc.c b/drivers/usb/gadget/fsl_qe_udc.c
index b13bc73f56b9..ec50f18c8890 100644
--- a/drivers/usb/gadget/fsl_qe_udc.c
+++ b/drivers/usb/gadget/fsl_qe_udc.c
@@ -2651,7 +2651,7 @@ static int qe_udc_resume(struct platform_device *dev)
2651} 2651}
2652#endif 2652#endif
2653 2653
2654static int __devexit qe_udc_remove(struct platform_device *ofdev) 2654static int qe_udc_remove(struct platform_device *ofdev)
2655{ 2655{
2656 struct qe_udc *udc = dev_get_drvdata(&ofdev->dev); 2656 struct qe_udc *udc = dev_get_drvdata(&ofdev->dev);
2657 struct qe_ep *ep; 2657 struct qe_ep *ep;
diff --git a/drivers/usb/gadget/hid.c b/drivers/usb/gadget/hid.c
index 33deed6e7945..c36260ea8bf2 100644
--- a/drivers/usb/gadget/hid.c
+++ b/drivers/usb/gadget/hid.c
@@ -203,7 +203,7 @@ static int __init hidg_plat_driver_probe(struct platform_device *pdev)
203 return 0; 203 return 0;
204} 204}
205 205
206static int __devexit hidg_plat_driver_remove(struct platform_device *pdev) 206static int hidg_plat_driver_remove(struct platform_device *pdev)
207{ 207{
208 struct hidg_func_node *e, *n; 208 struct hidg_func_node *e, *n;
209 209
diff --git a/drivers/usb/gadget/lpc32xx_udc.c b/drivers/usb/gadget/lpc32xx_udc.c
index 52ad15ce44ac..dd1c9b1fe528 100644
--- a/drivers/usb/gadget/lpc32xx_udc.c
+++ b/drivers/usb/gadget/lpc32xx_udc.c
@@ -3352,7 +3352,7 @@ phy_fail:
3352 return retval; 3352 return retval;
3353} 3353}
3354 3354
3355static int __devexit lpc32xx_udc_remove(struct platform_device *pdev) 3355static int lpc32xx_udc_remove(struct platform_device *pdev)
3356{ 3356{
3357 struct lpc32xx_udc *udc = platform_get_drvdata(pdev); 3357 struct lpc32xx_udc *udc = platform_get_drvdata(pdev);
3358 3358
diff --git a/drivers/usb/gadget/mv_u3d_core.c b/drivers/usb/gadget/mv_u3d_core.c
index 8cfd5b028dbd..b5cea273c957 100644
--- a/drivers/usb/gadget/mv_u3d_core.c
+++ b/drivers/usb/gadget/mv_u3d_core.c
@@ -1763,7 +1763,7 @@ static void mv_u3d_gadget_release(struct device *dev)
1763 dev_dbg(dev, "%s\n", __func__); 1763 dev_dbg(dev, "%s\n", __func__);
1764} 1764}
1765 1765
1766static __devexit int mv_u3d_remove(struct platform_device *dev) 1766static int mv_u3d_remove(struct platform_device *dev)
1767{ 1767{
1768 struct mv_u3d *u3d = platform_get_drvdata(dev); 1768 struct mv_u3d *u3d = platform_get_drvdata(dev);
1769 1769
diff --git a/drivers/usb/gadget/mv_udc_core.c b/drivers/usb/gadget/mv_udc_core.c
index 24196492ae20..379aac7b82fc 100644
--- a/drivers/usb/gadget/mv_udc_core.c
+++ b/drivers/usb/gadget/mv_udc_core.c
@@ -2128,7 +2128,7 @@ static void gadget_release(struct device *_dev)
2128 complete(udc->done); 2128 complete(udc->done);
2129} 2129}
2130 2130
2131static int __devexit mv_udc_remove(struct platform_device *dev) 2131static int mv_udc_remove(struct platform_device *dev)
2132{ 2132{
2133 struct mv_udc *udc = the_controller; 2133 struct mv_udc *udc = the_controller;
2134 int clk_i; 2134 int clk_i;
diff --git a/drivers/usb/gadget/net2272.c b/drivers/usb/gadget/net2272.c
index a20acc14e694..d226058e3b88 100644
--- a/drivers/usb/gadget/net2272.c
+++ b/drivers/usb/gadget/net2272.c
@@ -2193,7 +2193,7 @@ net2272_gadget_release(struct device *_dev)
2193 2193
2194/*---------------------------------------------------------------------------*/ 2194/*---------------------------------------------------------------------------*/
2195 2195
2196static void __devexit 2196static void
2197net2272_remove(struct net2272 *dev) 2197net2272_remove(struct net2272 *dev)
2198{ 2198{
2199 usb_del_gadget_udc(&dev->gadget); 2199 usb_del_gadget_udc(&dev->gadget);
@@ -2488,7 +2488,7 @@ net2272_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
2488 return ret; 2488 return ret;
2489} 2489}
2490 2490
2491static void __devexit 2491static void
2492net2272_rdk1_remove(struct pci_dev *pdev, struct net2272 *dev) 2492net2272_rdk1_remove(struct pci_dev *pdev, struct net2272 *dev)
2493{ 2493{
2494 int i; 2494 int i;
@@ -2510,7 +2510,7 @@ net2272_rdk1_remove(struct pci_dev *pdev, struct net2272 *dev)
2510 } 2510 }
2511} 2511}
2512 2512
2513static void __devexit 2513static void
2514net2272_rdk2_remove(struct pci_dev *pdev, struct net2272 *dev) 2514net2272_rdk2_remove(struct pci_dev *pdev, struct net2272 *dev)
2515{ 2515{
2516 int i; 2516 int i;
@@ -2529,7 +2529,7 @@ net2272_rdk2_remove(struct pci_dev *pdev, struct net2272 *dev)
2529 pci_resource_len(pdev, i)); 2529 pci_resource_len(pdev, i));
2530} 2530}
2531 2531
2532static void __devexit 2532static void
2533net2272_pci_remove(struct pci_dev *pdev) 2533net2272_pci_remove(struct pci_dev *pdev)
2534{ 2534{
2535 struct net2272 *dev = pci_get_drvdata(pdev); 2535 struct net2272 *dev = pci_get_drvdata(pdev);
@@ -2660,7 +2660,7 @@ net2272_plat_probe(struct platform_device *pdev)
2660 return ret; 2660 return ret;
2661} 2661}
2662 2662
2663static int __devexit 2663static int
2664net2272_plat_remove(struct platform_device *pdev) 2664net2272_plat_remove(struct platform_device *pdev)
2665{ 2665{
2666 struct net2272 *dev = platform_get_drvdata(pdev); 2666 struct net2272 *dev = platform_get_drvdata(pdev);
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c
index cbc07c117af0..9412bf53b864 100644
--- a/drivers/usb/gadget/omap_udc.c
+++ b/drivers/usb/gadget/omap_udc.c
@@ -2974,7 +2974,7 @@ cleanup0:
2974 return status; 2974 return status;
2975} 2975}
2976 2976
2977static int __devexit omap_udc_remove(struct platform_device *pdev) 2977static int omap_udc_remove(struct platform_device *pdev)
2978{ 2978{
2979 DECLARE_COMPLETION_ONSTACK(done); 2979 DECLARE_COMPLETION_ONSTACK(done);
2980 2980
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c
index 6fdb1bd98e98..141971d9051e 100644
--- a/drivers/usb/gadget/s3c-hsotg.c
+++ b/drivers/usb/gadget/s3c-hsotg.c
@@ -3460,7 +3460,7 @@ static void s3c_hsotg_create_debug(struct s3c_hsotg *hsotg)
3460 * 3460 *
3461 * Cleanup (remove) the debugfs files for use on module exit. 3461 * Cleanup (remove) the debugfs files for use on module exit.
3462 */ 3462 */
3463static void __devexit s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg) 3463static void s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg)
3464{ 3464{
3465 unsigned epidx; 3465 unsigned epidx;
3466 3466
@@ -3675,7 +3675,7 @@ err_clk:
3675 * s3c_hsotg_remove - remove function for hsotg driver 3675 * s3c_hsotg_remove - remove function for hsotg driver
3676 * @pdev: The platform information for the driver 3676 * @pdev: The platform information for the driver
3677 */ 3677 */
3678static int __devexit s3c_hsotg_remove(struct platform_device *pdev) 3678static int s3c_hsotg_remove(struct platform_device *pdev)
3679{ 3679{
3680 struct s3c_hsotg *hsotg = platform_get_drvdata(pdev); 3680 struct s3c_hsotg *hsotg = platform_get_drvdata(pdev);
3681 3681
diff --git a/drivers/usb/host/bcma-hcd.c b/drivers/usb/host/bcma-hcd.c
index 649780b480bc..df13d425e9c5 100644
--- a/drivers/usb/host/bcma-hcd.c
+++ b/drivers/usb/host/bcma-hcd.c
@@ -265,7 +265,7 @@ err_free_usb_dev:
265 return err; 265 return err;
266} 266}
267 267
268static void __devexit bcma_hcd_remove(struct bcma_device *dev) 268static void bcma_hcd_remove(struct bcma_device *dev)
269{ 269{
270 struct bcma_hcd_device *usb_dev = bcma_get_drvdata(dev); 270 struct bcma_hcd_device *usb_dev = bcma_get_drvdata(dev);
271 struct platform_device *ohci_dev = usb_dev->ohci_dev; 271 struct platform_device *ohci_dev = usb_dev->ohci_dev;
diff --git a/drivers/usb/host/ehci-atmel.c b/drivers/usb/host/ehci-atmel.c
index 96bf00d32614..27639487f7ac 100644
--- a/drivers/usb/host/ehci-atmel.c
+++ b/drivers/usb/host/ehci-atmel.c
@@ -182,7 +182,7 @@ fail_create_hcd:
182 return retval; 182 return retval;
183} 183}
184 184
185static int __devexit ehci_atmel_drv_remove(struct platform_device *pdev) 185static int ehci_atmel_drv_remove(struct platform_device *pdev)
186{ 186{
187 struct usb_hcd *hcd = platform_get_drvdata(pdev); 187 struct usb_hcd *hcd = platform_get_drvdata(pdev);
188 188
diff --git a/drivers/usb/host/ehci-msm.c b/drivers/usb/host/ehci-msm.c
index e0acfd589a83..88a49c87e748 100644
--- a/drivers/usb/host/ehci-msm.c
+++ b/drivers/usb/host/ehci-msm.c
@@ -173,7 +173,7 @@ put_hcd:
173 return ret; 173 return ret;
174} 174}
175 175
176static int __devexit ehci_msm_remove(struct platform_device *pdev) 176static int ehci_msm_remove(struct platform_device *pdev)
177{ 177{
178 struct usb_hcd *hcd = platform_get_drvdata(pdev); 178 struct usb_hcd *hcd = platform_get_drvdata(pdev);
179 179
diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c
index 615cba016a6f..58fa0c90c7c7 100644
--- a/drivers/usb/host/ehci-platform.c
+++ b/drivers/usb/host/ehci-platform.c
@@ -126,7 +126,7 @@ err_power:
126 return err; 126 return err;
127} 127}
128 128
129static int __devexit ehci_platform_remove(struct platform_device *dev) 129static int ehci_platform_remove(struct platform_device *dev)
130{ 130{
131 struct usb_hcd *hcd = platform_get_drvdata(dev); 131 struct usb_hcd *hcd = platform_get_drvdata(dev);
132 struct usb_ehci_pdata *pdata = dev->dev.platform_data; 132 struct usb_ehci_pdata *pdata = dev->dev.platform_data;
diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c
index 2cf19d1ab4bf..319dcfaa8735 100644
--- a/drivers/usb/host/ehci-s5p.c
+++ b/drivers/usb/host/ehci-s5p.c
@@ -189,7 +189,7 @@ fail_clk:
189 return err; 189 return err;
190} 190}
191 191
192static int __devexit s5p_ehci_remove(struct platform_device *pdev) 192static int s5p_ehci_remove(struct platform_device *pdev)
193{ 193{
194 struct s5p_ehci_platdata *pdata = pdev->dev.platform_data; 194 struct s5p_ehci_platdata *pdata = pdev->dev.platform_data;
195 struct s5p_ehci_hcd *s5p_ehci = platform_get_drvdata(pdev); 195 struct s5p_ehci_hcd *s5p_ehci = platform_get_drvdata(pdev);
diff --git a/drivers/usb/host/ehci-w90x900.c b/drivers/usb/host/ehci-w90x900.c
index bf8d462c26ac..59e0e24c753f 100644
--- a/drivers/usb/host/ehci-w90x900.c
+++ b/drivers/usb/host/ehci-w90x900.c
@@ -155,7 +155,7 @@ static int ehci_w90x900_probe(struct platform_device *pdev)
155 return usb_w90x900_probe(&ehci_w90x900_hc_driver, pdev); 155 return usb_w90x900_probe(&ehci_w90x900_hc_driver, pdev);
156} 156}
157 157
158static int __devexit ehci_w90x900_remove(struct platform_device *pdev) 158static int ehci_w90x900_remove(struct platform_device *pdev)
159{ 159{
160 struct usb_hcd *hcd = platform_get_drvdata(pdev); 160 struct usb_hcd *hcd = platform_get_drvdata(pdev);
161 161
diff --git a/drivers/usb/host/fhci-hcd.c b/drivers/usb/host/fhci-hcd.c
index 618f143748a5..0b46542591ff 100644
--- a/drivers/usb/host/fhci-hcd.c
+++ b/drivers/usb/host/fhci-hcd.c
@@ -780,7 +780,7 @@ err_regs:
780 return ret; 780 return ret;
781} 781}
782 782
783static int __devexit fhci_remove(struct device *dev) 783static int fhci_remove(struct device *dev)
784{ 784{
785 struct usb_hcd *hcd = dev_get_drvdata(dev); 785 struct usb_hcd *hcd = dev_get_drvdata(dev);
786 struct fhci_hcd *fhci = hcd_to_fhci(hcd); 786 struct fhci_hcd *fhci = hcd_to_fhci(hcd);
@@ -803,7 +803,7 @@ static int __devexit fhci_remove(struct device *dev)
803 return 0; 803 return 0;
804} 804}
805 805
806static int __devexit of_fhci_remove(struct platform_device *ofdev) 806static int of_fhci_remove(struct platform_device *ofdev)
807{ 807{
808 return fhci_remove(&ofdev->dev); 808 return fhci_remove(&ofdev->dev);
809} 809}
diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/drivers/usb/host/fsl-mph-dr-of.c
index 5faf796fc6ca..5105127c1d4b 100644
--- a/drivers/usb/host/fsl-mph-dr-of.c
+++ b/drivers/usb/host/fsl-mph-dr-of.c
@@ -224,13 +224,13 @@ static int fsl_usb2_mph_dr_of_probe(struct platform_device *ofdev)
224 return 0; 224 return 0;
225} 225}
226 226
227static int __devexit __unregister_subdev(struct device *dev, void *d) 227static int __unregister_subdev(struct device *dev, void *d)
228{ 228{
229 platform_device_unregister(to_platform_device(dev)); 229 platform_device_unregister(to_platform_device(dev));
230 return 0; 230 return 0;
231} 231}
232 232
233static int __devexit fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev) 233static int fsl_usb2_mph_dr_of_remove(struct platform_device *ofdev)
234{ 234{
235 device_for_each_child(&ofdev->dev, NULL, __unregister_subdev); 235 device_for_each_child(&ofdev->dev, NULL, __unregister_subdev);
236 return 0; 236 return 0;
diff --git a/drivers/usb/host/isp1362-hcd.c b/drivers/usb/host/isp1362-hcd.c
index 5f8b63ce4bef..974480c516fa 100644
--- a/drivers/usb/host/isp1362-hcd.c
+++ b/drivers/usb/host/isp1362-hcd.c
@@ -2645,7 +2645,7 @@ static struct hc_driver isp1362_hc_driver = {
2645 2645
2646/*-------------------------------------------------------------------------*/ 2646/*-------------------------------------------------------------------------*/
2647 2647
2648static int __devexit isp1362_remove(struct platform_device *pdev) 2648static int isp1362_remove(struct platform_device *pdev)
2649{ 2649{
2650 struct usb_hcd *hcd = platform_get_drvdata(pdev); 2650 struct usb_hcd *hcd = platform_get_drvdata(pdev);
2651 struct isp1362_hcd *isp1362_hcd = hcd_to_isp1362_hcd(hcd); 2651 struct isp1362_hcd *isp1362_hcd = hcd_to_isp1362_hcd(hcd);
diff --git a/drivers/usb/host/isp1760-if.c b/drivers/usb/host/isp1760-if.c
index d752a4c4281a..bbb791bd7617 100644
--- a/drivers/usb/host/isp1760-if.c
+++ b/drivers/usb/host/isp1760-if.c
@@ -413,7 +413,7 @@ out:
413 return ret; 413 return ret;
414} 414}
415 415
416static int __devexit isp1760_plat_remove(struct platform_device *pdev) 416static int isp1760_plat_remove(struct platform_device *pdev)
417{ 417{
418 struct resource *mem_res; 418 struct resource *mem_res;
419 resource_size_t mem_size; 419 resource_size_t mem_size;
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
index ff94a7479a75..221850a8c25f 100644
--- a/drivers/usb/host/ohci-at91.c
+++ b/drivers/usb/host/ohci-at91.c
@@ -94,7 +94,7 @@ static void at91_stop_hc(struct platform_device *pdev)
94 94
95/*-------------------------------------------------------------------------*/ 95/*-------------------------------------------------------------------------*/
96 96
97static void __devexit usb_hcd_at91_remove (struct usb_hcd *, struct platform_device *); 97static void usb_hcd_at91_remove (struct usb_hcd *, struct platform_device *);
98 98
99/* configure so an HC device and id are always provided */ 99/* configure so an HC device and id are always provided */
100/* always called with process context; sleeping is OK */ 100/* always called with process context; sleeping is OK */
@@ -203,7 +203,7 @@ static int usb_hcd_at91_probe(const struct hc_driver *driver,
203 * context, "rmmod" or something similar. 203 * context, "rmmod" or something similar.
204 * 204 *
205 */ 205 */
206static void __devexit usb_hcd_at91_remove(struct usb_hcd *hcd, 206static void usb_hcd_at91_remove(struct usb_hcd *hcd,
207 struct platform_device *pdev) 207 struct platform_device *pdev)
208{ 208{
209 usb_remove_hcd(hcd); 209 usb_remove_hcd(hcd);
@@ -641,7 +641,7 @@ static int ohci_hcd_at91_drv_probe(struct platform_device *pdev)
641 return usb_hcd_at91_probe(&ohci_at91_hc_driver, pdev); 641 return usb_hcd_at91_probe(&ohci_at91_hc_driver, pdev);
642} 642}
643 643
644static int __devexit ohci_hcd_at91_drv_remove(struct platform_device *pdev) 644static int ohci_hcd_at91_drv_remove(struct platform_device *pdev)
645{ 645{
646 struct at91_usbh_data *pdata = pdev->dev.platform_data; 646 struct at91_usbh_data *pdata = pdev->dev.platform_data;
647 int i; 647 int i;
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c
index 1288cdb3137c..aa3b8844bb9f 100644
--- a/drivers/usb/host/ohci-exynos.c
+++ b/drivers/usb/host/ohci-exynos.c
@@ -175,7 +175,7 @@ fail_clk:
175 return err; 175 return err;
176} 176}
177 177
178static int __devexit exynos_ohci_remove(struct platform_device *pdev) 178static int exynos_ohci_remove(struct platform_device *pdev)
179{ 179{
180 struct exynos4_ohci_platdata *pdata = pdev->dev.platform_data; 180 struct exynos4_ohci_platdata *pdata = pdev->dev.platform_data;
181 struct exynos_ohci_hcd *exynos_ohci = platform_get_drvdata(pdev); 181 struct exynos_ohci_hcd *exynos_ohci = platform_get_drvdata(pdev);
diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c
index 59feb8738132..8062bb9dea16 100644
--- a/drivers/usb/host/ohci-jz4740.c
+++ b/drivers/usb/host/ohci-jz4740.c
@@ -239,7 +239,7 @@ err_free:
239 return ret; 239 return ret;
240} 240}
241 241
242static __devexit int jz4740_ohci_remove(struct platform_device *pdev) 242static int jz4740_ohci_remove(struct platform_device *pdev)
243{ 243{
244 struct usb_hcd *hcd = platform_get_drvdata(pdev); 244 struct usb_hcd *hcd = platform_get_drvdata(pdev);
245 struct jz4740_ohci_hcd *jz4740_ohci = hcd_to_jz4740_hcd(hcd); 245 struct jz4740_ohci_hcd *jz4740_ohci = hcd_to_jz4740_hcd(hcd);
diff --git a/drivers/usb/host/ohci-omap3.c b/drivers/usb/host/ohci-omap3.c
index b2398aa6c7a2..4382af3a45f9 100644
--- a/drivers/usb/host/ohci-omap3.c
+++ b/drivers/usb/host/ohci-omap3.c
@@ -209,7 +209,7 @@ err_io:
209 * the HCD's stop() method. It is always called from a thread 209 * the HCD's stop() method. It is always called from a thread
210 * context, normally "rmmod", "apmd", or something similar. 210 * context, normally "rmmod", "apmd", or something similar.
211 */ 211 */
212static int __devexit ohci_hcd_omap3_remove(struct platform_device *pdev) 212static int ohci_hcd_omap3_remove(struct platform_device *pdev)
213{ 213{
214 struct device *dev = &pdev->dev; 214 struct device *dev = &pdev->dev;
215 struct usb_hcd *hcd = dev_get_drvdata(dev); 215 struct usb_hcd *hcd = dev_get_drvdata(dev);
diff --git a/drivers/usb/host/ohci-platform.c b/drivers/usb/host/ohci-platform.c
index c3f76fa8d7dc..084503b03fcf 100644
--- a/drivers/usb/host/ohci-platform.c
+++ b/drivers/usb/host/ohci-platform.c
@@ -149,7 +149,7 @@ err_power:
149 return err; 149 return err;
150} 150}
151 151
152static int __devexit ohci_platform_remove(struct platform_device *dev) 152static int ohci_platform_remove(struct platform_device *dev)
153{ 153{
154 struct usb_hcd *hcd = platform_get_drvdata(dev); 154 struct usb_hcd *hcd = platform_get_drvdata(dev);
155 struct usb_ohci_pdata *pdata = dev->dev.platform_data; 155 struct usb_ohci_pdata *pdata = dev->dev.platform_data;
diff --git a/drivers/usb/host/ohci-s3c2410.c b/drivers/usb/host/ohci-s3c2410.c
index 4f29e0b086b3..ad0f55269603 100644
--- a/drivers/usb/host/ohci-s3c2410.c
+++ b/drivers/usb/host/ohci-s3c2410.c
@@ -463,7 +463,7 @@ static int ohci_hcd_s3c2410_drv_probe(struct platform_device *pdev)
463 return usb_hcd_s3c2410_probe(&ohci_s3c2410_hc_driver, pdev); 463 return usb_hcd_s3c2410_probe(&ohci_s3c2410_hc_driver, pdev);
464} 464}
465 465
466static int __devexit ohci_hcd_s3c2410_drv_remove(struct platform_device *pdev) 466static int ohci_hcd_s3c2410_drv_remove(struct platform_device *pdev)
467{ 467{
468 struct usb_hcd *hcd = platform_get_drvdata(pdev); 468 struct usb_hcd *hcd = platform_get_drvdata(pdev);
469 469
diff --git a/drivers/usb/host/ohci-tmio.c b/drivers/usb/host/ohci-tmio.c
index 5996a3b0a4d3..d370245a4ee2 100644
--- a/drivers/usb/host/ohci-tmio.c
+++ b/drivers/usb/host/ohci-tmio.c
@@ -271,7 +271,7 @@ err_usb_create_hcd:
271 return ret; 271 return ret;
272} 272}
273 273
274static int __devexit ohci_hcd_tmio_drv_remove(struct platform_device *dev) 274static int ohci_hcd_tmio_drv_remove(struct platform_device *dev)
275{ 275{
276 struct usb_hcd *hcd = platform_get_drvdata(dev); 276 struct usb_hcd *hcd = platform_get_drvdata(dev);
277 struct tmio_hcd *tmio = hcd_to_tmio(hcd); 277 struct tmio_hcd *tmio = hcd_to_tmio(hcd);
diff --git a/drivers/usb/host/r8a66597-hcd.c b/drivers/usb/host/r8a66597-hcd.c
index e97dfad526f4..a6fd8f5371df 100644
--- a/drivers/usb/host/r8a66597-hcd.c
+++ b/drivers/usb/host/r8a66597-hcd.c
@@ -2391,7 +2391,7 @@ static const struct dev_pm_ops r8a66597_dev_pm_ops = {
2391#define R8A66597_DEV_PM_OPS NULL 2391#define R8A66597_DEV_PM_OPS NULL
2392#endif 2392#endif
2393 2393
2394static int __devexit r8a66597_remove(struct platform_device *pdev) 2394static int r8a66597_remove(struct platform_device *pdev)
2395{ 2395{
2396 struct r8a66597 *r8a66597 = dev_get_drvdata(&pdev->dev); 2396 struct r8a66597 *r8a66597 = dev_get_drvdata(&pdev->dev);
2397 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597); 2397 struct usb_hcd *hcd = r8a66597_to_hcd(r8a66597);
diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c
index 782127d9dfc5..d62f0404baaa 100644
--- a/drivers/usb/host/sl811-hcd.c
+++ b/drivers/usb/host/sl811-hcd.c
@@ -1595,7 +1595,7 @@ static struct hc_driver sl811h_hc_driver = {
1595 1595
1596/*-------------------------------------------------------------------------*/ 1596/*-------------------------------------------------------------------------*/
1597 1597
1598static int __devexit 1598static int
1599sl811h_remove(struct platform_device *dev) 1599sl811h_remove(struct platform_device *dev)
1600{ 1600{
1601 struct usb_hcd *hcd = platform_get_drvdata(dev); 1601 struct usb_hcd *hcd = platform_get_drvdata(dev);
diff --git a/drivers/usb/host/ssb-hcd.c b/drivers/usb/host/ssb-hcd.c
index bdb9d7055da9..74af2c6287d2 100644
--- a/drivers/usb/host/ssb-hcd.c
+++ b/drivers/usb/host/ssb-hcd.c
@@ -206,7 +206,7 @@ err_free_usb_dev:
206 return err; 206 return err;
207} 207}
208 208
209static void __devexit ssb_hcd_remove(struct ssb_device *dev) 209static void ssb_hcd_remove(struct ssb_device *dev)
210{ 210{
211 struct ssb_hcd_device *usb_dev = ssb_get_drvdata(dev); 211 struct ssb_hcd_device *usb_dev = ssb_get_drvdata(dev);
212 struct platform_device *ohci_dev = usb_dev->ohci_dev; 212 struct platform_device *ohci_dev = usb_dev->ohci_dev;
@@ -220,7 +220,7 @@ static void __devexit ssb_hcd_remove(struct ssb_device *dev)
220 ssb_device_disable(dev, 0); 220 ssb_device_disable(dev, 0);
221} 221}
222 222
223static void __devexit ssb_hcd_shutdown(struct ssb_device *dev) 223static void ssb_hcd_shutdown(struct ssb_device *dev)
224{ 224{
225 ssb_device_disable(dev, 0); 225 ssb_device_disable(dev, 0);
226} 226}
diff --git a/drivers/usb/host/u132-hcd.c b/drivers/usb/host/u132-hcd.c
index 8bf78e652a8a..5efdffe32365 100644
--- a/drivers/usb/host/u132-hcd.c
+++ b/drivers/usb/host/u132-hcd.c
@@ -2990,7 +2990,7 @@ static struct hc_driver u132_hc_driver = {
2990* synchronously - but instead should immediately stop activity to the 2990* synchronously - but instead should immediately stop activity to the
2991* device and asynchronously call usb_remove_hcd() 2991* device and asynchronously call usb_remove_hcd()
2992*/ 2992*/
2993static int __devexit u132_remove(struct platform_device *pdev) 2993static int u132_remove(struct platform_device *pdev)
2994{ 2994{
2995 struct usb_hcd *hcd = platform_get_drvdata(pdev); 2995 struct usb_hcd *hcd = platform_get_drvdata(pdev);
2996 if (hcd) { 2996 if (hcd) {
diff --git a/drivers/usb/musb/am35x.c b/drivers/usb/musb/am35x.c
index a27bb8515674..3d1c71b50f76 100644
--- a/drivers/usb/musb/am35x.c
+++ b/drivers/usb/musb/am35x.c
@@ -560,7 +560,7 @@ err0:
560 return ret; 560 return ret;
561} 561}
562 562
563static int __devexit am35x_remove(struct platform_device *pdev) 563static int am35x_remove(struct platform_device *pdev)
564{ 564{
565 struct am35x_glue *glue = platform_get_drvdata(pdev); 565 struct am35x_glue *glue = platform_get_drvdata(pdev);
566 566
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c
index 12beb0e31144..14dab9f9b3d0 100644
--- a/drivers/usb/musb/blackfin.c
+++ b/drivers/usb/musb/blackfin.c
@@ -510,7 +510,7 @@ err0:
510 return ret; 510 return ret;
511} 511}
512 512
513static int __devexit bfin_remove(struct platform_device *pdev) 513static int bfin_remove(struct platform_device *pdev)
514{ 514{
515 struct bfin_glue *glue = platform_get_drvdata(pdev); 515 struct bfin_glue *glue = platform_get_drvdata(pdev);
516 516
diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c
index c4fb235985ba..97996af2646e 100644
--- a/drivers/usb/musb/da8xx.c
+++ b/drivers/usb/musb/da8xx.c
@@ -555,7 +555,7 @@ err0:
555 return ret; 555 return ret;
556} 556}
557 557
558static int __devexit da8xx_remove(struct platform_device *pdev) 558static int da8xx_remove(struct platform_device *pdev)
559{ 559{
560 struct da8xx_glue *glue = platform_get_drvdata(pdev); 560 struct da8xx_glue *glue = platform_get_drvdata(pdev);
561 561
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c
index 8877c1a7dbb7..b1c01cad28b2 100644
--- a/drivers/usb/musb/davinci.c
+++ b/drivers/usb/musb/davinci.c
@@ -587,7 +587,7 @@ err0:
587 return ret; 587 return ret;
588} 588}
589 589
590static int __devexit davinci_remove(struct platform_device *pdev) 590static int davinci_remove(struct platform_device *pdev)
591{ 591{
592 struct davinci_glue *glue = platform_get_drvdata(pdev); 592 struct davinci_glue *glue = platform_get_drvdata(pdev);
593 593
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c
index a332bb81aa38..57cc9c6eaa9f 100644
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -2034,7 +2034,7 @@ static int musb_probe(struct platform_device *pdev)
2034 return status; 2034 return status;
2035} 2035}
2036 2036
2037static int __devexit musb_remove(struct platform_device *pdev) 2037static int musb_remove(struct platform_device *pdev)
2038{ 2038{
2039 struct device *dev = &pdev->dev; 2039 struct device *dev = &pdev->dev;
2040 struct musb *musb = dev_to_musb(dev); 2040 struct musb *musb = dev_to_musb(dev);
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c
index 605cd59d149c..9a975aa0dee2 100644
--- a/drivers/usb/musb/musb_dsps.c
+++ b/drivers/usb/musb/musb_dsps.c
@@ -668,7 +668,7 @@ err1:
668err0: 668err0:
669 return ret; 669 return ret;
670} 670}
671static int __devexit dsps_remove(struct platform_device *pdev) 671static int dsps_remove(struct platform_device *pdev)
672{ 672{
673 struct dsps_glue *glue = platform_get_drvdata(pdev); 673 struct dsps_glue *glue = platform_get_drvdata(pdev);
674 const struct dsps_musb_wrapper *wrp = glue->wrp; 674 const struct dsps_musb_wrapper *wrp = glue->wrp;
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c
index 06850f22739f..da00af460794 100644
--- a/drivers/usb/musb/omap2430.c
+++ b/drivers/usb/musb/omap2430.c
@@ -605,7 +605,7 @@ err0:
605 return ret; 605 return ret;
606} 606}
607 607
608static int __devexit omap2430_remove(struct platform_device *pdev) 608static int omap2430_remove(struct platform_device *pdev)
609{ 609{
610 struct omap2430_glue *glue = platform_get_drvdata(pdev); 610 struct omap2430_glue *glue = platform_get_drvdata(pdev);
611 611
diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c
index a03b7befd2e1..8bde6fc5eb75 100644
--- a/drivers/usb/musb/tusb6010.c
+++ b/drivers/usb/musb/tusb6010.c
@@ -1215,7 +1215,7 @@ err0:
1215 return ret; 1215 return ret;
1216} 1216}
1217 1217
1218static int __devexit tusb_remove(struct platform_device *pdev) 1218static int tusb_remove(struct platform_device *pdev)
1219{ 1219{
1220 struct tusb6010_glue *glue = platform_get_drvdata(pdev); 1220 struct tusb6010_glue *glue = platform_get_drvdata(pdev);
1221 1221
diff --git a/drivers/usb/musb/ux500.c b/drivers/usb/musb/ux500.c
index 6b12001eb88b..a27ca1a9c994 100644
--- a/drivers/usb/musb/ux500.c
+++ b/drivers/usb/musb/ux500.c
@@ -163,7 +163,7 @@ err0:
163 return ret; 163 return ret;
164} 164}
165 165
166static int __devexit ux500_remove(struct platform_device *pdev) 166static int ux500_remove(struct platform_device *pdev)
167{ 167{
168 struct ux500_glue *glue = platform_get_drvdata(pdev); 168 struct ux500_glue *glue = platform_get_drvdata(pdev);
169 169
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c
index f0ba931f0d5d..2d86f26a0183 100644
--- a/drivers/usb/otg/ab8500-usb.c
+++ b/drivers/usb/otg/ab8500-usb.c
@@ -546,7 +546,7 @@ fail0:
546 return err; 546 return err;
547} 547}
548 548
549static int __devexit ab8500_usb_remove(struct platform_device *pdev) 549static int ab8500_usb_remove(struct platform_device *pdev)
550{ 550{
551 struct ab8500_usb *ab = platform_get_drvdata(pdev); 551 struct ab8500_usb *ab = platform_get_drvdata(pdev);
552 552
diff --git a/drivers/usb/otg/fsl_otg.c b/drivers/usb/otg/fsl_otg.c
index 2b9a83856a50..d16adb41eb21 100644
--- a/drivers/usb/otg/fsl_otg.c
+++ b/drivers/usb/otg/fsl_otg.c
@@ -1144,7 +1144,7 @@ static int fsl_otg_probe(struct platform_device *pdev)
1144 return ret; 1144 return ret;
1145} 1145}
1146 1146
1147static int __devexit fsl_otg_remove(struct platform_device *pdev) 1147static int fsl_otg_remove(struct platform_device *pdev)
1148{ 1148{
1149 struct fsl_usb2_platform_data *pdata = pdev->dev.platform_data; 1149 struct fsl_usb2_platform_data *pdata = pdev->dev.platform_data;
1150 1150
diff --git a/drivers/usb/otg/msm_otg.c b/drivers/usb/otg/msm_otg.c
index eef0dd276e1b..3b9f0d951132 100644
--- a/drivers/usb/otg/msm_otg.c
+++ b/drivers/usb/otg/msm_otg.c
@@ -1606,7 +1606,7 @@ free_motg:
1606 return ret; 1606 return ret;
1607} 1607}
1608 1608
1609static int __devexit msm_otg_remove(struct platform_device *pdev) 1609static int msm_otg_remove(struct platform_device *pdev)
1610{ 1610{
1611 struct msm_otg *motg = platform_get_drvdata(pdev); 1611 struct msm_otg *motg = platform_get_drvdata(pdev);
1612 struct usb_phy *phy = &motg->phy; 1612 struct usb_phy *phy = &motg->phy;
diff --git a/drivers/usb/otg/mxs-phy.c b/drivers/usb/otg/mxs-phy.c
index 001fdde12d7a..76302720055a 100644
--- a/drivers/usb/otg/mxs-phy.c
+++ b/drivers/usb/otg/mxs-phy.c
@@ -149,7 +149,7 @@ static int mxs_phy_probe(struct platform_device *pdev)
149 return 0; 149 return 0;
150} 150}
151 151
152static int __devexit mxs_phy_remove(struct platform_device *pdev) 152static int mxs_phy_remove(struct platform_device *pdev)
153{ 153{
154 platform_set_drvdata(pdev, NULL); 154 platform_set_drvdata(pdev, NULL);
155 155
diff --git a/drivers/usb/otg/nop-usb-xceiv.c b/drivers/usb/otg/nop-usb-xceiv.c
index 28f70e21ad61..a3ce24b94a73 100644
--- a/drivers/usb/otg/nop-usb-xceiv.c
+++ b/drivers/usb/otg/nop-usb-xceiv.c
@@ -141,7 +141,7 @@ exit:
141 return err; 141 return err;
142} 142}
143 143
144static int __devexit nop_usb_xceiv_remove(struct platform_device *pdev) 144static int nop_usb_xceiv_remove(struct platform_device *pdev)
145{ 145{
146 struct nop_usb_xceiv *nop = platform_get_drvdata(pdev); 146 struct nop_usb_xceiv *nop = platform_get_drvdata(pdev);
147 147
diff --git a/drivers/usb/phy/omap-usb2.c b/drivers/usb/phy/omap-usb2.c
index c10fb8b1fdbc..26ae8f49225c 100644
--- a/drivers/usb/phy/omap-usb2.c
+++ b/drivers/usb/phy/omap-usb2.c
@@ -199,7 +199,7 @@ static int omap_usb2_probe(struct platform_device *pdev)
199 return 0; 199 return 0;
200} 200}
201 201
202static int __devexit omap_usb2_remove(struct platform_device *pdev) 202static int omap_usb2_remove(struct platform_device *pdev)
203{ 203{
204 struct omap_usb *phy = platform_get_drvdata(pdev); 204 struct omap_usb *phy = platform_get_drvdata(pdev);
205 205
diff --git a/drivers/usb/phy/rcar-phy.c b/drivers/usb/phy/rcar-phy.c
index 84ac2a77de72..a35681b0c501 100644
--- a/drivers/usb/phy/rcar-phy.c
+++ b/drivers/usb/phy/rcar-phy.c
@@ -196,7 +196,7 @@ static int rcar_usb_phy_probe(struct platform_device *pdev)
196 return ret; 196 return ret;
197} 197}
198 198
199static int __devexit rcar_usb_phy_remove(struct platform_device *pdev) 199static int rcar_usb_phy_remove(struct platform_device *pdev)
200{ 200{
201 struct rcar_usb_phy_priv *priv = platform_get_drvdata(pdev); 201 struct rcar_usb_phy_priv *priv = platform_get_drvdata(pdev);
202 202
diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c
index 2aa7c1a38ce3..38bce046f4d0 100644
--- a/drivers/usb/renesas_usbhs/common.c
+++ b/drivers/usb/renesas_usbhs/common.c
@@ -556,7 +556,7 @@ probe_end_pipe_exit:
556 return ret; 556 return ret;
557} 557}
558 558
559static int __devexit usbhs_remove(struct platform_device *pdev) 559static int usbhs_remove(struct platform_device *pdev)
560{ 560{
561 struct usbhs_priv *priv = usbhs_pdev_to_priv(pdev); 561 struct usbhs_priv *priv = usbhs_pdev_to_priv(pdev);
562 struct renesas_usbhs_platform_info *info = pdev->dev.platform_data; 562 struct renesas_usbhs_platform_info *info = pdev->dev.platform_data;