From: David Mosberger Date: Mon, 6 Jun 2005 22:50:09 +0000 (-0700) Subject: [PATCH] Include before testing CONFIG_ACPI X-Git-Tag: v2.6.12~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f5948fa2cbbda1261eec9a39ef3004b3caf73fb;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] Include before testing CONFIG_ACPI I'm not sure why this issue is suddenly showing, but without this patchlet, the zx1 config won't compile anymore (e.g., to see the compilation-error, look for "***" in [1]). [1] http://www.gelato.unsw.edu.au/kerncomp/results//2005-06-06-17-00/zx1_defconfig-log.html Signed-off-by: David Mosberger-Tang Cc: "Brown, Len" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/acpi.h b/include/linux/acpi.h index d5a55bd..b123cc0 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -25,6 +25,8 @@ #ifndef _LINUX_ACPI_H #define _LINUX_ACPI_H +#include + #ifdef CONFIG_ACPI #ifndef _LINUX