diff options
author | Andrew Morton <akpm@osdl.org> | 2005-07-30 04:18:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-04 22:29:34 -0400 |
commit | e92310a930462c6e1611f35453f57357c42bde14 (patch) | |
tree | 025592aa0f40864a543d2cf02b67db652f4a2d19 /include/asm-ia64/acpi-ext.h | |
parent | 53de49f52e305e96143375d1741f15acff7bf34b (diff) |
[ACPI] fix IA64 build warning
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intelc.com>
Diffstat (limited to 'include/asm-ia64/acpi-ext.h')
-rw-r--r-- | include/asm-ia64/acpi-ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/acpi-ext.h b/include/asm-ia64/acpi-ext.h index 9271d74c64c..56d2ddc97b3 100644 --- a/include/asm-ia64/acpi-ext.h +++ b/include/asm-ia64/acpi-ext.h @@ -11,6 +11,7 @@ #define _ASM_IA64_ACPI_EXT_H #include <linux/types.h> +#include <acpi/actypes.h> extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length); |