diff options
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/pciehp_core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c index e5d3f0b4f45a..3d692a971218 100644 --- a/drivers/pci/hotplug/pciehp_core.c +++ b/drivers/pci/hotplug/pciehp_core.c | |||
@@ -540,10 +540,6 @@ static int __init pcied_init(void) | |||
540 | { | 540 | { |
541 | int retval = 0; | 541 | int retval = 0; |
542 | 542 | ||
543 | #ifdef CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE | ||
544 | pciehp_poll_mode = 1; | ||
545 | #endif | ||
546 | |||
547 | retval = pcie_port_service_register(&hpdriver_portdrv); | 543 | retval = pcie_port_service_register(&hpdriver_portdrv); |
548 | dbg("pcie_port_service_register = %d\n", retval); | 544 | dbg("pcie_port_service_register = %d\n", retval); |
549 | info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); | 545 | info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); |