forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitee87e15
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_set();Fixes:88e9ca1 ("xen/pci: Use acpi_noirq_set() helper to avoid #ifdef")Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Reviewed-by: Juergen Gross <jgross@suse.com>Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>Cc: Bjorn Helgaas <bhelgaas@google.com>Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>Cc: xen-devel@lists.xenproject.orgCc: linux-pci@vger.kernel.orgSigned-off-by: Juergen Gross <jgross@suse.com>1 parent6163a98 commitee87e15
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments
Comments
(0)