From: Alexander Nyberg Date: Tue, 31 May 2005 21:39:27 +0000 (-0700) Subject: [PATCH] acpi build fix: x86 setup.c X-Git-Tag: v2.6.12-rc6~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adaa765d76f58b47e10a4760f2c0bc86de5479b9;p=pandora-kernel.git [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 Cc: "Brown, Len" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed