usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / isp1362-hcd.c
index 5f8b63ce4bef26a3f42ef3d99d9577b73cf6101b..974480c516fabc956f200f2c42941f281d792238 100644 (file)
@@ -2645,7 +2645,7 @@ static struct hc_driver isp1362_hc_driver = {
 
 /*-------------------------------------------------------------------------*/
 
-static int __devexit isp1362_remove(struct platform_device *pdev)
+static int isp1362_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);
        struct isp1362_hcd *isp1362_hcd = hcd_to_isp1362_hcd(hcd);