usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / otg / msm_otg.c
index eef0dd276e1b3c07eda6a53cbaf399cb21b3d534..3b9f0d951132089f69a6c249dcda3216b5242314 100644 (file)
@@ -1606,7 +1606,7 @@ free_motg:
        return ret;
 }
 
-static int __devexit msm_otg_remove(struct platform_device *pdev)
+static int msm_otg_remove(struct platform_device *pdev)
 {
        struct msm_otg *motg = platform_get_drvdata(pdev);
        struct usb_phy *phy = &motg->phy;