Skip to content

Commit

Permalink
usb: xhci: fix section mismatch in linux-next
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gerard Snitselaar authored and Sarah Sharp committed Apr 10, 2012
1 parent bb334e9 commit a46c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/xhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit a46c46a

Please sign in to comment.