[PATCH] don't call check_acpi_pci() on x86 with ACPI disabled
authorHerbert Poetzl <[email protected]>
Wed, 22 Mar 2006 08:07:34 +0000 (00:07 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Mar 2006 15:53:54 +0000 (07:53 -0800)
commit152475cb0a65ed73301cfbd7d7afab65536643f7
tree197571b8d8786a4a0c7b88f107d3cd96c4b4b36d
parent9430d58e34ec3861e1ca72f8e49105b227aad327
[PATCH] don't call check_acpi_pci() on x86 with ACPI disabled

check_acpi_pci() is called from arch/i386/kernel/setup.c even if
CONFIG_ACPI is not defined, but the code in include/asm/acpi.h doesn't
provide it in this case.

Signed-off-by: Herbert Pƶtzl <[email protected]>
Cc: "Brown, Len" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-i386/acpi.h