Re: [PATCH] x86/pci: fix xen.c build error when CONFIG_ACPI is not set

2020-08-20 Thread Jürgen Groß
On 20.08.20 16:40, Konrad Rzeszutek Wilk wrote: On Wed, Aug 19, 2020 at 08:09:11PM -0700, Randy Dunlap wrote: Hi Konrad, Hey Randy, I believe Juergen is picking this up. Yes, have queued it for rc2. Juergen ping. I am still seeing this build error. It looks like this is in your territ

Re: [PATCH] x86/pci: fix xen.c build error when CONFIG_ACPI is not set

2020-08-20 Thread Konrad Rzeszutek Wilk
On Wed, Aug 19, 2020 at 08:09:11PM -0700, Randy Dunlap wrote: > Hi Konrad, Hey Randy, I believe Juergen is picking this up. > > ping. > > I am still seeing this build error. It looks like this is > in your territory to merge... > > > On 8/13/20 4:00 PM, Randy Dunlap wrote: > > From: Randy Dun

Re: [PATCH] x86/pci: fix xen.c build error when CONFIG_ACPI is not set

2020-08-19 Thread Randy Dunlap
Hi Konrad, ping. I am still seeing this build error. It looks like this is in your territory to merge... On 8/13/20 4:00 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build error when CONFIG_ACPI is not set/enabled: > > ../arch/x86/pci/xen.c: In function ‘pci_xen_init’: > ../arch/x86/

[PATCH] x86/pci: fix xen.c build error when CONFIG_ACPI is not set

2020-08-13 Thread Randy Dunlap
From: Randy Dunlap Fix build error when CONFIG_ACPI is not set/enabled: ../arch/x86/pci/xen.c: In function ‘pci_xen_init’: ../arch/x86/pci/xen.c:410:2: error: implicit declaration of function ‘acpi_noirq_set’; did you mean ‘acpi_irq_get’? [-Werror=implicit-function-declaration] acpi_noirq_se