aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-01-08 23:44:17 -0500
committerLen Brown <len.brown@intel.com>2009-01-08 23:44:17 -0500
commit5b929aa1ae7c64b40ab85c7b49d9f086747c85d2 (patch)
tree41401b4d804a00b488008153a3cd598c1f7945d9 /drivers/acpi
parentACPICA: Update version to 20081204. (diff)
downloadlinux-dev-5b929aa1ae7c64b40ab85c7b49d9f086747c85d2.tar.xz
linux-dev-5b929aa1ae7c64b40ab85c7b49d9f086747c85d2.zip
ACPICA: delete acdisasm.h
it is referenced only #ifdef ACPI_DISASSEMBLER, which is never set by the kernel. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/dispatcher/dsmethod.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/dsmethod.c b/drivers/acpi/dispatcher/dsmethod.c
index 64ebccb6e382..333c8560d9f8 100644
--- a/drivers/acpi/dispatcher/dsmethod.c
+++ b/drivers/acpi/dispatcher/dsmethod.c
@@ -47,7 +47,9 @@
#include <acpi/acdispat.h>
#include <acpi/acinterp.h>
#include <acpi/acnamesp.h>
+#ifdef ACPI_DISASSEMBLER
#include <acpi/acdisasm.h>
+#endif
#define _COMPONENT ACPI_DISPATCHER
ACPI_MODULE_NAME("dsmethod")