فهرست منبع

PCI hotplug: Fix build with CONFIG_ACPI unset

One of the recent changes caused complilation of
drivers/pci/hotplug/pciehp_core.c to fail.  Fix this issue.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Rafael J. Wysocki 15 سال پیش
والد
کامیت
6e63e80d88
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      drivers/pci/hotplug/pciehp.h

+ 4 - 0
drivers/pci/hotplug/pciehp.h

@@ -178,5 +178,9 @@ static inline void pciehp_firmware_init(void)
 }
 }
 #else
 #else
 #define pciehp_firmware_init()				do {} while (0)
 #define pciehp_firmware_init()				do {} while (0)
+static inline int pciehp_acpi_slot_detection_check(struct pci_dev *dev)
+{
+	return 0;
+}
 #endif 				/* CONFIG_ACPI */
 #endif 				/* CONFIG_ACPI */
 #endif				/* _PCIEHP_H */
 #endif				/* _PCIEHP_H */