diff options
| -rw-r--r-- | drivers/pci/pcie/portdrv_pci.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/pci/pcie/portdrv_pci.c b/drivers/pci/pcie/portdrv_pci.c index 8f1338d1c53f..f9033e190fb6 100644 --- a/drivers/pci/pcie/portdrv_pci.c +++ b/drivers/pci/pcie/portdrv_pci.c | |||
| @@ -346,11 +346,4 @@ static int __init pcie_portdrv_init(void) | |||
| 346 | return retval; | 346 | return retval; |
| 347 | } | 347 | } |
| 348 | 348 | ||
| 349 | static void __exit pcie_portdrv_exit(void) | ||
| 350 | { | ||
| 351 | pci_unregister_driver(&pcie_portdriver); | ||
| 352 | pcie_port_bus_unregister(); | ||
| 353 | } | ||
| 354 | |||
| 355 | module_init(pcie_portdrv_init); | 349 | module_init(pcie_portdrv_init); |
| 356 | module_exit(pcie_portdrv_exit); | ||
