Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee87e15

Browse files
rddunlapjgross1
authored andcommitted
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎arch/x86/pci/xen.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include<asm/xen/pci.h>
2727
#include<asm/xen/cpuid.h>
2828
#include<asm/apic.h>
29+
#include<asm/acpi.h>
2930
#include<asm/i8259.h>
3031

3132
staticintxen_pcifront_enable_irq(structpci_dev*dev)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp