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/acpi | |
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/acpi')
-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 @@ #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") |