aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-04-04 00:39:50 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-04-20 16:59:40 -0400
commite2b9035f7368b8141e8c9f1d0bcc012e20e16ac1 (patch)
tree1f26ebacf275f87ea0822a110200bc276754dd67 /drivers/acpi/acpica
parent506f57dd6dfdb1d73cb77106706cd5b8953b453d (diff)
ACPICA: acpidump: Update new structures and add missing file.
This patch is the generation of a commit that updates release automation with newly added structures and files that are referenced by the acpidump. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r--drivers/acpi/acpica/acglobal.h2
-rw-r--r--drivers/acpi/acpica/acutils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h
index 0cac564ffe93..1f602907dfab 100644
--- a/drivers/acpi/acpica/acglobal.h
+++ b/drivers/acpi/acpica/acglobal.h
@@ -509,6 +509,6 @@ ACPI_INIT_GLOBAL(ACPI_FILE, acpi_gbl_debug_file, NULL);
509 ****************************************************************************/ 509 ****************************************************************************/
510 510
511extern const struct ah_predefined_name asl_predefined_info[]; 511extern const struct ah_predefined_name asl_predefined_info[];
512extern const AH_DEVICE_ID asl_device_ids[]; 512extern const struct ah_device_id asl_device_ids[];
513 513
514#endif /* __ACGLOBAL_H__ */ 514#endif /* __ACGLOBAL_H__ */
diff --git a/drivers/acpi/acpica/acutils.h b/drivers/acpi/acpica/acutils.h
index 2cf8d2c7133b..1e256c5bda20 100644
--- a/drivers/acpi/acpica/acutils.h
+++ b/drivers/acpi/acpica/acutils.h
@@ -741,6 +741,6 @@ acpi_ut_method_error(const char *module_name,
741 */ 741 */
742const struct ah_predefined_name *acpi_ah_match_predefined_name(char *nameseg); 742const struct ah_predefined_name *acpi_ah_match_predefined_name(char *nameseg);
743 743
744const AH_DEVICE_ID *acpi_ah_match_hardware_id(char *hid); 744const struct ah_device_id *acpi_ah_match_hardware_id(char *hid);
745 745
746#endif /* _ACUTILS_H */ 746#endif /* _ACUTILS_H */