Re: [PATCH v10 3/6] PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set

2018-12-17 Thread Sinan Kaya
On Mon, Dec 17, 2018 at 6:01 PM Ingo Molnar wrote: * Sinan Kaya wrote: We are compiling PCI code today for systems with ACPI and no PCI device present. Remove the useless code and reduce the tight dependency. Signed-off-by: Sinan Kaya Acked-by: Bjorn Helgaas # PCI parts If

Re: [PATCH v10 3/6] PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set

2018-12-17 Thread Ingo Molnar
* Sinan Kaya wrote: > We are compiling PCI code today for systems with ACPI and no PCI > device present. Remove the useless code and reduce the tight > dependency. > > Signed-off-by: Sinan Kaya > Acked-by: Bjorn Helgaas # PCI parts If this is targeted for the ACPI tree: Acked-by: Ingo

[PATCH v10 3/6] PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set

2018-12-14 Thread Sinan Kaya
We are compiling PCI code today for systems with ACPI and no PCI device present. Remove the useless code and reduce the tight dependency. Signed-off-by: Sinan Kaya Acked-by: Bjorn Helgaas # PCI parts --- arch/x86/include/asm/pci_x86.h | 7 +++ drivers/acpi/Kconfig | 1 -