Diff from v9: Collect Acked-by for 3/6 Rework 6/6 to stub out IORT code instead of creating a dummy function Sinan Kaya (6): ACPI: Allow CONFIG_PCI to be unset for reboot ACPI / OSL: Stub out acpi_os_(read/write)_pci_configurations() PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unset arm64: select ACPI PCI code only both features are enabled ACPI/IORT: Stub out ACS functions when CONFIG_PCI is not set arch/arm64/Kconfig | 4 ++-- arch/x86/include/asm/pci_x86.h | 7 +++++++ drivers/acpi/Kconfig | 1 - drivers/acpi/Makefile | 2 +- drivers/acpi/acpica/Makefile | 2 +- drivers/acpi/acpica/achware.h | 9 +++++++++ drivers/acpi/arm64/iort.c | 2 ++ drivers/acpi/internal.h | 5 +++++ drivers/acpi/osl.c | 14 ++++++++++++++ drivers/acpi/reboot.c | 10 +++++++--- drivers/pci/Makefile | 2 +- include/acpi/acpi_drivers.h | 7 +++++++ include/acpi/platform/aclinux.h | 4 ++++ include/linux/acpi.h | 7 +++++++ include/linux/pci.h | 4 ++++ 15 files changed, 71 insertions(+), 9 deletions(-) -- 2.19.0