diff options
author | David Mosberger <davidm@napali.hpl.hp.com> | 2005-06-07 00:50:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-07 02:02:03 +0200 |
commit | 3f5948fa2cbbda1261eec9a39ef3004b3caf73fb (patch) | |
tree | b754365f2ca35a8f8d77c92af8a2c9ad056f0325 | |
parent | [PATCH] ppc32: add <linux/compiler.h> to <asm/sigcontext.h> (diff) | |
download | linux-3f5948fa2cbbda1261eec9a39ef3004b3caf73fb.tar.xz linux-3f5948fa2cbbda1261eec9a39ef3004b3caf73fb.zip |
[PATCH] Include <linux/config.h> 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 <davidm@hpl.hp.com>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/linux/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index d5a55bdb9c3c..b123cc08773d 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -25,6 +25,8 @@ #ifndef _LINUX_ACPI_H #define _LINUX_ACPI_H +#include <linux/config.h> + #ifdef CONFIG_ACPI #ifndef _LINUX |