|
@@ -132,8 +132,7 @@ struct acpi_rsconvert_info *acpi_gbl_convert_resource_serial_bus_dispatch[] = {
|
|
|
acpi_rs_convert_uart_serial_bus,
|
|
|
};
|
|
|
|
|
|
-#ifdef ACPI_FUTURE_USAGE
|
|
|
-#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
|
|
|
+#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DISASSEMBLER) || defined(ACPI_DEBUGGER)
|
|
|
|
|
|
/* Dispatch table for resource dump functions */
|
|
|
|
|
@@ -168,7 +167,6 @@ struct acpi_rsdump_info *acpi_gbl_dump_serial_bus_dispatch[] = {
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
-#endif /* ACPI_FUTURE_USAGE */
|
|
|
/*
|
|
|
* Base sizes for external AML resource descriptors, indexed by internal type.
|
|
|
* Includes size of the descriptor header (1 byte for small descriptors,
|