Re: [PATCH v5 5/5] ACPI / OSL: Remove PCI bits from ACPICA when CONFIG_PCI is unset

2018-12-12 Thread Rafael J. Wysocki
On Wed, Dec 12, 2018 at 6:29 AM Sinan Kaya wrote: > > Now that we allow CONFIG_PCI to be unset, remove useless code from ACPICA > too. > > Signed-off-by: Sinan Kaya > --- > drivers/acpi/acpica/Makefile | 2 +- > drivers/acpi/osl.c | 9 + > 2 files changed, 10 insertions(+), 1 d

[PATCH v5 5/5] ACPI / OSL: Remove PCI bits from ACPICA when CONFIG_PCI is unset

2018-12-11 Thread Sinan Kaya
Now that we allow CONFIG_PCI to be unset, remove useless code from ACPICA too. Signed-off-by: Sinan Kaya --- drivers/acpi/acpica/Makefile | 2 +- drivers/acpi/osl.c | 9 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi