diff options
Diffstat (limited to 'include/acpi/acdisasm.h')
-rw-r--r-- | include/acpi/acdisasm.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index 70b52ffa969e..6f2556582f05 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h | |||
@@ -124,12 +124,12 @@ struct acpi_resource_tag { | |||
124 | 124 | ||
125 | /* Strings used for decoding flags to ASL keywords */ | 125 | /* Strings used for decoding flags to ASL keywords */ |
126 | 126 | ||
127 | extern const char *acpi_gbl_word_decode[4]; | 127 | extern const char *acpi_gbl_word_decode[]; |
128 | extern const char *acpi_gbl_irq_decode[2]; | 128 | extern const char *acpi_gbl_irq_decode[]; |
129 | extern const char *acpi_gbl_lock_rule[ACPI_NUM_LOCK_RULES]; | 129 | extern const char *acpi_gbl_lock_rule[]; |
130 | extern const char *acpi_gbl_access_types[ACPI_NUM_ACCESS_TYPES]; | 130 | extern const char *acpi_gbl_access_types[]; |
131 | extern const char *acpi_gbl_update_rules[ACPI_NUM_UPDATE_RULES]; | 131 | extern const char *acpi_gbl_update_rules[]; |
132 | extern const char *acpi_gbl_match_ops[ACPI_NUM_MATCH_OPS]; | 132 | extern const char *acpi_gbl_match_ops[]; |
133 | 133 | ||
134 | extern struct acpi_dmtable_info acpi_dm_table_info_asf0[]; | 134 | extern struct acpi_dmtable_info acpi_dm_table_info_asf0[]; |
135 | extern struct acpi_dmtable_info acpi_dm_table_info_asf1[]; | 135 | extern struct acpi_dmtable_info acpi_dm_table_info_asf1[]; |