Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-20 Thread Jesse Barnes
On Wed, Aug 19, 2020 at 9:08 PM Randy Dunlap wrote: > > On 8/13/20 1:55 PM, Andy Shevchenko wrote: > > On Thu, Aug 13, 2020 at 11:31 PM Arjan van de Ven > > wrote: > >> On 8/13/2020 12:58 PM, Randy Dunlap wrote: > >>> From: Randy Dunlap > >>> > >>> Fix build error when CONFIG_ACPI is not

Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-19 Thread Randy Dunlap
On 8/13/20 1:55 PM, Andy Shevchenko wrote: > On Thu, Aug 13, 2020 at 11:31 PM Arjan van de Ven > wrote: >> On 8/13/2020 12:58 PM, Randy Dunlap wrote: >>> From: Randy Dunlap >>> >>> Fix build error when CONFIG_ACPI is not set/enabled by adding >>> the header file which contains a stub for the

Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-13 Thread Andy Shevchenko
On Thu, Aug 13, 2020 at 11:31 PM Arjan van de Ven wrote: > On 8/13/2020 12:58 PM, Randy Dunlap wrote: > > From: Randy Dunlap > > > > Fix build error when CONFIG_ACPI is not set/enabled by adding > > the header file which contains a stub for the function > > in the build error. > > > >

Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-13 Thread Jesse Barnes
On Thu, Aug 13, 2020 at 12:58 PM Randy Dunlap wrote: > > From: Randy Dunlap > > Fix build error when CONFIG_ACPI is not set/enabled by adding > the header file which contains a stub for the function > in the build error. > > ../arch/x86/pci/intel_mid_pci.c: In function ‘intel_mid_pci_init’: >

Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-13 Thread Arjan van de Ven
On 8/13/2020 12:58 PM, Randy Dunlap wrote: From: Randy Dunlap Fix build error when CONFIG_ACPI is not set/enabled by adding the header file which contains a stub for the function in the build error. ../arch/x86/pci/intel_mid_pci.c: In function ‘intel_mid_pci_init’:

Re: [PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-13 Thread Bjorn Helgaas
[+cc Andy] On Thu, Aug 13, 2020 at 12:58:38PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build error when CONFIG_ACPI is not set/enabled by adding > the header file which contains a stub for the function > in the build error. > > ../arch/x86/pci/intel_mid_pci.c: In function

[PATCH] x86/pci: fix intel_mid_pci.c build error when ACPI is not enabled

2020-08-13 Thread Randy Dunlap
From: Randy Dunlap Fix build error when CONFIG_ACPI is not set/enabled by adding the header file which contains a stub for the function in the build error. ../arch/x86/pci/intel_mid_pci.c: In function ‘intel_mid_pci_init’: ../arch/x86/pci/intel_mid_pci.c:303:2: error: implicit declaration of