Skip to content

Commit

Permalink
ACPICA: delete acdisasm.h
Browse files Browse the repository at this point in the history
it is referenced only #ifdef ACPI_DISASSEMBLER,
which is never set by the kernel.

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jan 9, 2009
1 parent e8443c3 commit 5b929aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 453 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/dispatcher/dsmethod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading

0 comments on commit 5b929aa

Please sign in to comment.