mirror of https://gitee.com/openkylin/linux.git
usb: xhci: fix section mismatch in linux-next
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>
This commit is contained in:
parent
bb334e90cc
commit
a46c46a1d7
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue