]> Pileus Git - ~andy/linux/commitdiff
usb: xhci: fix section mismatch in linux-next
authorGerard Snitselaar <dev@snitselaar.org>
Fri, 16 Mar 2012 18:34:11 +0000 (11:34 -0700)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
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 <dev@snitselaar.org>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
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);
 }