ACPICA: Debugger: Reduce structure size for debugger
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpica / aclocal.h
index 4758185b2b0baceea139f6213cb113cfbeed012d..a6b68878cdbe124bfd709270c84534f3a556b58c 100644 (file)
@@ -1107,6 +1107,9 @@ struct acpi_db_method_info {
         *   Index of current thread inside all them created.
         */
        char init_args;
+#ifdef ACPI_DEBUGGER
+       acpi_object_type arg_types[4];
+#endif
        char *arguments[4];
        char num_threads_str[11];
        char id_of_thread_str[11];