[PATCH] don't call check_acpi_pci() on x86 with ACPI disabled
authorHerbert Poetzl <herbert@13thfloor.at>
Wed, 22 Mar 2006 08:07:34 +0000 (00:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
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 <herbert@13thfloor.at>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/acpi.h