From 24837e75cb30cc6d8fbd86e5371f850699534975 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 11 Mar 2021 20:34:05 +0100 Subject: device/pciexp_device.c: Remove CPP guarding Let the linker do its job. This fixes building with !CONFIG_PCIEXP_HOTPLUG on some platforms. Change-Id: I46560722dcb5f1d902709e40b714ef092515b164 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/51417 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Nico Huber --- src/include/device/pciexp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/device') 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 */ -- cgit v1.2.3