summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
diff options
context:
space:
mode:
authorLin Ming2008-12-16 09:28:17 +0100
committerLen Brown2008-12-31 07:15:22 +0100
commitea7e96e0f2277107d9ea14c3f16c86ba82b2e560 (patch)
tree62d7de39d24e001b9df29fbafdaed252cdb91191 /arch/ia64/include
parentACPI: reboot.c: use new acpi_reset interface (diff)
downloadkernel-qcow2-linux-ea7e96e0f2277107d9ea14c3f16c86ba82b2e560.tar.gz
kernel-qcow2-linux-ea7e96e0f2277107d9ea14c3f16c86ba82b2e560.tar.xz
kernel-qcow2-linux-ea7e96e0f2277107d9ea14c3f16c86ba82b2e560.zip
ACPI: remove private acpica headers from driver files
External driver files should not include any private acpica headers. Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r--arch/ia64/include/asm/acpi-ext.h1
-rw-r--r--arch/ia64/include/asm/sn/acpi.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/include/asm/acpi-ext.h b/arch/ia64/include/asm/acpi-ext.h
index 734d137dda6e..7f8362b379eb 100644
--- a/arch/ia64/include/asm/acpi-ext.h
+++ b/arch/ia64/include/asm/acpi-ext.h
@@ -14,7 +14,6 @@
#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);
diff --git a/arch/ia64/include/asm/sn/acpi.h b/arch/ia64/include/asm/sn/acpi.h
index 9ce2801cbd57..fd480db25565 100644
--- a/arch/ia64/include/asm/sn/acpi.h
+++ b/arch/ia64/include/asm/sn/acpi.h
@@ -9,8 +9,6 @@
#ifndef _ASM_IA64_SN_ACPI_H
#define _ASM_IA64_SN_ACPI_H
-#include "acpi/acglobal.h"
-
extern int sn_acpi_rev;
#define SN_ACPI_BASE_SUPPORT() (sn_acpi_rev >= 0x20101)