diff options
Diffstat (limited to 'src/device/pciexp_device.c')
-rw-r--r-- | src/device/pciexp_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 0b7c649d93..70f65144b6 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -510,8 +510,6 @@ struct device_operations default_pciexp_ops_bus = { .ops_pci = &pciexp_bus_ops_pci, }; -#if CONFIG(PCIEXP_HOTPLUG) - static void pciexp_hotplug_dummy_read_resources(struct device *dev) { struct resource *resource; @@ -571,4 +569,3 @@ struct device_operations default_pciexp_hotplug_ops_bus = { .reset_bus = pci_bus_reset, .ops_pci = &pciexp_bus_ops_pci, }; -#endif /* CONFIG(PCIEXP_HOTPLUG) */ |