diff options
author | Len Brown <len.brown@intel.com> | 2009-01-08 23:44:17 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-08 23:44:17 -0500 |
commit | 5b929aa1ae7c64b40ab85c7b49d9f086747c85d2 (patch) | |
tree | 41401b4d804a00b488008153a3cd598c1f7945d9 /drivers | |
parent | e8443c358c34f3fe65236e24147ddf0cd0e61b08 (diff) |
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.c | 2 |
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 @@ | |||
47 | #include <acpi/acdispat.h> | 47 | #include <acpi/acdispat.h> |
48 | #include <acpi/acinterp.h> | 48 | #include <acpi/acinterp.h> |
49 | #include <acpi/acnamesp.h> | 49 | #include <acpi/acnamesp.h> |
50 | #ifdef ACPI_DISASSEMBLER | ||
50 | #include <acpi/acdisasm.h> | 51 | #include <acpi/acdisasm.h> |
52 | #endif | ||
51 | 53 | ||
52 | #define _COMPONENT ACPI_DISPATCHER | 54 | #define _COMPONENT ACPI_DISPATCHER |
53 | ACPI_MODULE_NAME("dsmethod") | 55 | ACPI_MODULE_NAME("dsmethod") |