瀏覽代碼

[ACPI] comment out prototypes for new unused debug routines

Signed-off-by: Len Brown <len.brown@intel.com>
Len Brown 20 年之前
父節點
當前提交
feee957075
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      drivers/acpi/executer/exdump.c

+ 1 - 2
drivers/acpi/executer/exdump.c

@@ -78,7 +78,6 @@ static void
 acpi_ex_out_address (
 	char                            *title,
 	acpi_physical_address           value);
-#endif	/* ACPI_FUTURE_USAGE */
 
 static void
 acpi_ex_dump_reference (
@@ -89,7 +88,7 @@ acpi_ex_dump_package (
 	union acpi_operand_object       *obj_desc,
 	u32                             level,
 	u32                             index);
-
+#endif	/* ACPI_FUTURE_USAGE */
 
 /*******************************************************************************
  *