From: Andrew Morton In file included from /usr/src/ctest/mm/kernel/drivers/char/agp/hp-agp.c:18: include2/asm/acpi-ext.h:15: error: parse error before "hp_acpi_csr_space" include2/asm/acpi-ext.h:15: error: parse error before "u64" include2/asm/acpi-ext.h:15: warning: type defaults to `int' in declaration of `hp_acpi_csr_space' Signed-off-by: Andrew Morton --- include/asm-ia64/acpi-ext.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-ia64/acpi-ext.h~acpi-ext-build-fix include/asm-ia64/acpi-ext.h --- devel/include/asm-ia64/acpi-ext.h~acpi-ext-build-fix 2005-07-14 15:46:06.000000000 -0700 +++ devel-akpm/include/asm-ia64/acpi-ext.h 2005-07-14 15:46:06.000000000 -0700 @@ -11,6 +11,7 @@ #define _ASM_IA64_ACPI_EXT_H #include +#include extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length); _