提交 a27ac38e 编写于 作者: L Len Brown

[ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y build

Signed-off-by: NLen Brown <len.brown@intel.com>
上级 590275ce
...@@ -612,6 +612,7 @@ acpi_ns_dump_objects ( ...@@ -612,6 +612,7 @@ acpi_ns_dump_objects (
ACPI_NS_WALK_NO_UNLOCK, acpi_ns_dump_one_object, ACPI_NS_WALK_NO_UNLOCK, acpi_ns_dump_one_object,
(void *) &info, NULL); (void *) &info, NULL);
} }
#endif /* ACPI_FUTURE_USAGE */
/******************************************************************************* /*******************************************************************************
...@@ -694,5 +695,4 @@ acpi_ns_dump_tables ( ...@@ -694,5 +695,4 @@ acpi_ns_dump_tables (
return_VOID; return_VOID;
} }
#endif /* _ACPI_ASL_COMPILER */ #endif /* _ACPI_ASL_COMPILER */
#endif /* ACPI_FUTURE_USAGE */
#endif /* defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) */ #endif /* defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册