]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] acpi build fix: x86 setup.c
authorAlexander Nyberg <alexn@telia.com>
Tue, 31 May 2005 21:39:27 +0000 (14:39 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 21:54:17 +0000 (14:54 -0700)
commitadaa765d76f58b47e10a4760f2c0bc86de5479b9
tree49db01681b5061228bd5a15f7ac0f9eab54601c6
parent9c2be6a0fa186e2cb0cf14f41f20b08a5809a026
[PATCH] acpi build fix: x86 setup.c

This is a neverending story

linux/acpi.h contains empty declarations for acpi_boot_init() &
acpi_boot_table_init() but they are nested inside #ifdef CONFIG_ACPI.

So we'll have to #ifdef in arch/i386/kernel/setup.c: setup_arch()

Signed-off-by: Alexander Nyberg <alexn@telia.com>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/setup.c