[PATCH] include/asm-i386/acpi.h put missing header cousing build error

From: Raiden Anderson
Date: Mon Dec 05 2005 - 07:28:55 EST


There is a missing header in that file cousing a build failure

--- a/include/asm-i386/acpi.h
+++ b/include/asm-i386/acpi.h
@@ -29,7 +29,7 @@
#ifdef __KERNEL__

#include <acpi/pdc_intel.h>
-
+#include <asm/processor.h>
#include <asm/system.h> /* defines cmpxchg */

#define COMPILER_DEPENDENT_INT64 long long
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/