aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2019-04-05 00:07:45 -0500
committerLen Brown <len.brown@intel.com>2005-07-12 00:12:09 -0400
commita27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56 (patch)
tree7faece1ad5a2b8ff6d6f6babbcd53e88e91bc71d /drivers
parent[ACPI] cleanup: delete !IA64_SGI_SN from acpi/Kconfig (diff)
downloadlinux-dev-a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56.tar.xz
linux-dev-a27ac38efd6dc6dccebfc9bcc475ab4aa5fc4a56.zip
[ACPI] fix merge error that broke CONFIG_ACPI_DEBUG=y build
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/namespace/nsdump.c2
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) */