Commit e92310a930462c6e1611f35453f57357c42bde14

Authored by Andrew Morton
Committed by Len Brown
1 parent 53de49f52e

[ACPI] fix IA64 build warning

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intelc.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/asm-ia64/acpi-ext.h
... ... @@ -11,6 +11,7 @@
11 11 #define _ASM_IA64_ACPI_EXT_H
12 12  
13 13 #include <linux/types.h>
  14 +#include <acpi/actypes.h>
14 15  
15 16 extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
16 17