[PATCH] early boot code references check_acpi_pci()
Linux Kernel Mailing List <[email protected]> Thu, 10 Mar 2005 20:59:22 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1573, 2005/03/10 17:59:22-03:00, [email protected] [PATCH] early boot code references check_acpi_pci() For x86 (and friends) ACPI_BOOT=y (always) and this code wants to call check_acpi_pci(). Signed-off-by: Chris Wedgwood <[email protected]> ===== arch/i386/kernel/earlyquirk.c 1.1 vs edited ===== earlyquirk.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/arch/i386/kernel/earlyquirk.c b/arch/i386/kernel/earlyquirk.c --- a/arch/i386/kernel/earlyquirk.c 2005-03-11 14:01:44 -08:00 +++ b/arch/i386/kernel/earlyquirk.c 2005-03-11 14:01:44 -08:00 @@ -8,7 +8,7 @@ #include <asm/pci-direct.h> #include <asm/acpi.h> -#ifdef CONFIG_ACPI +#ifdef CONFIG_ACPI_BOOT static int __init check_bridge(int vendor, int device) { /* According to Nvidia all timer overrides are bogus. Just ignore