aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/mxs-phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/otg/mxs-phy.c')
-rw-r--r--drivers/usb/otg/mxs-phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/mxs-phy.c b/drivers/usb/otg/mxs-phy.c
index 9a3caeecc50..001fdde12d7 100644
--- a/drivers/usb/otg/mxs-phy.c
+++ b/drivers/usb/otg/mxs-phy.c
@@ -164,7 +164,7 @@ MODULE_DEVICE_TABLE(of, mxs_phy_dt_ids);
164 164
165static struct platform_driver mxs_phy_driver = { 165static struct platform_driver mxs_phy_driver = {
166 .probe = mxs_phy_probe, 166 .probe = mxs_phy_probe,
167 .remove = __devexit_p(mxs_phy_remove), 167 .remove = mxs_phy_remove,
168 .driver = { 168 .driver = {
169 .name = DRIVER_NAME, 169 .name = DRIVER_NAME,
170 .owner = THIS_MODULE, 170 .owner = THIS_MODULE,