usb: remove use of __devexit
[linux-2.6-block.git] / drivers / usb / chipidea / ci13xxx_pci.c
index cb7eb3ede5e8df372cbbc3d415e6e694b7542b50..9b227e39299af9bd4e51887c974c276eecb9fb30 100644 (file)
@@ -107,7 +107,7 @@ static int ci13xxx_pci_probe(struct pci_dev *pdev,
  * first invoking the udc_remove() and then releases
  * all PCI resources allocated for this USB device controller
  */
-static void __devexit ci13xxx_pci_remove(struct pci_dev *pdev)
+static void ci13xxx_pci_remove(struct pci_dev *pdev)
 {
        struct platform_device *plat_ci = pci_get_drvdata(pdev);