usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / phy / omap-usb2.c
index c10fb8b1fdbcf7105224d469f64e7a93879e4847..26ae8f49225c9b2803fe6624f1ec1bfa488d3018 100644 (file)
@@ -199,7 +199,7 @@ static int omap_usb2_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit omap_usb2_remove(struct platform_device *pdev)
+static int omap_usb2_remove(struct platform_device *pdev)
 {
        struct omap_usb *phy = platform_get_drvdata(pdev);