summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-01-09 04:44:17 (GMT)
committerLen Brown <len.brown@intel.com>2009-01-09 04:44:17 (GMT)
commit5b929aa1ae7c64b40ab85c7b49d9f086747c85d2 (patch)
tree41401b4d804a00b488008153a3cd598c1f7945d9 /drivers
parente8443c358c34f3fe65236e24147ddf0cd0e61b08 (diff)
downloadlinux-fsl-qoriq-5b929aa1ae7c64b40ab85c7b49d9f086747c85d2.tar.xz
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')
-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 64ebccb..333c856 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")