usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / ohci-tmio.c
index 5996a3b0a4d3418d514b84e718c7f6d9833aafdc..d370245a4ee22af7716983da3b48a9791251a4ff 100644 (file)
@@ -271,7 +271,7 @@ err_usb_create_hcd:
        return ret;
 }
 
-static int __devexit ohci_hcd_tmio_drv_remove(struct platform_device *dev)
+static int ohci_hcd_tmio_drv_remove(struct platform_device *dev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(dev);
        struct tmio_hcd *tmio = hcd_to_tmio(hcd);