diff options
author | Len Brown <len.brown@intel.com> | 2019-04-05 07:07:45 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-12 06:12:09 +0200 |
commit | a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56 (patch) | |
tree | 7faece1ad5a2b8ff6d6f6babbcd53e88e91bc71d | |
parent | [ACPI] cleanup: delete !IA64_SGI_SN from acpi/Kconfig (diff) | |
download | linux-a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56.tar.xz linux-a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56.zip |
[ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y build
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/namespace/nsdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/namespace/nsdump.c b/drivers/acpi/namespace/nsdump.c index 4550e6f9809b..6c2aef0e0dd4 100644 --- a/drivers/acpi/namespace/nsdump.c +++ b/drivers/acpi/namespace/nsdump.c @@ -612,6 +612,7 @@ acpi_ns_dump_objects ( ACPI_NS_WALK_NO_UNLOCK, acpi_ns_dump_one_object, (void *) &info, NULL); } +#endif /* ACPI_FUTURE_USAGE */ /******************************************************************************* @@ -694,5 +695,4 @@ acpi_ns_dump_tables ( return_VOID; } #endif /* _ACPI_ASL_COMPILER */ -#endif /* ACPI_FUTURE_USAGE */ #endif /* defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER) */ |