usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / host / ehci-atmel.c
index 96bf00d3261411df00855b05caf9d7340648803e..27639487f7ac430ae2f62010886c5da3485c9384 100644 (file)
@@ -182,7 +182,7 @@ fail_create_hcd:
        return retval;
 }
 
-static int __devexit ehci_atmel_drv_remove(struct platform_device *pdev)
+static int ehci_atmel_drv_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);