diff options
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r-- | drivers/usb/chipidea/ci13xxx_imx.c | 2 | ||||
-rw-r--r-- | drivers/usb/chipidea/ci13xxx_msm.c | 2 | ||||
-rw-r--r-- | drivers/usb/chipidea/ci13xxx_pci.c | 2 | ||||
-rw-r--r-- | drivers/usb/chipidea/core.c | 2 | ||||
-rw-r--r-- | drivers/usb/chipidea/usbmisc_imx6q.c | 2 |
5 files changed, 5 insertions, 5 deletions
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 | ||
223 | static int __devexit ci13xxx_imx_remove(struct platform_device *pdev) | 223 | static 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 | ||
80 | static int __devexit ci13xxx_msm_remove(struct platform_device *pdev) | 80 | static 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 | */ |
110 | static void __devexit ci13xxx_pci_remove(struct pci_dev *pdev) | 110 | static 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 | ||
511 | static int __devexit ci_hdrc_remove(struct platform_device *pdev) | 511 | static 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 | ||
130 | static int __devexit usbmisc_imx6q_remove(struct platform_device *pdev) | 130 | static 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); |