diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pciexp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/pciexp.h b/src/include/device/pciexp.h index 44914063f6..014fcb18b1 100644 --- a/src/include/device/pciexp.h +++ b/src/include/device/pciexp.h @@ -26,11 +26,9 @@ void pciexp_scan_bridge(struct device *dev); extern struct device_operations default_pciexp_ops_bus; -#if CONFIG(PCIEXP_HOTPLUG) void pciexp_hotplug_scan_bridge(struct device *dev); extern struct device_operations default_pciexp_hotplug_ops_bus; -#endif /* CONFIG(PCIEXP_HOTPLUG) */ unsigned int pciexp_find_extended_cap(struct device *dev, unsigned int cap); #endif /* DEVICE_PCIEXP_H */ |