usb: xhci: fix section mismatch in linux-next
authorGerard Snitselaar <[email protected]>
Fri, 16 Mar 2012 18:34:11 +0000 (11:34 -0700)
committerSarah Sharp <[email protected]>
Tue, 10 Apr 2012 22:21:53 +0000 (15:21 -0700)
xhci_unregister_pci() is called in xhci_hcd_init().

Signed-off-by: Gerard Snitselaar <[email protected]>
Signed-off-by: Sarah Sharp <[email protected]>
drivers/usb/host/xhci-pci.c

index ef98b38626fbb5910aa6c486aecb856f1f4b7df5..0d7b8513596534c73e2f76660525cca0b7f09d60 100644 (file)
@@ -326,7 +326,7 @@ int __init xhci_register_pci(void)
        return pci_register_driver(&xhci_pci_driver);
 }
 
-void __exit xhci_unregister_pci(void)
+void xhci_unregister_pci(void)
 {
        pci_unregister_driver(&xhci_pci_driver);
 }