Skip to content

Commit

Permalink
ACPICA: Utilities: conditionally compile backslash removal function
Browse files Browse the repository at this point in the history
Only used for iASL and AcpiExec.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Jul 14, 2012
1 parent 40cdb36 commit 26181bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/acpica/utmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#define _COMPONENT ACPI_UTILITIES
ACPI_MODULE_NAME("utmisc")

#if defined ACPI_ASL_COMPILER || defined ACPI_EXEC_APP
/*******************************************************************************
*
* FUNCTION: ut_convert_backslashes
Expand Down Expand Up @@ -77,6 +78,7 @@ void ut_convert_backslashes(char *pathname)
pathname++;
}
}
#endif

/*******************************************************************************
*
Expand Down

0 comments on commit 26181bf

Please sign in to comment.