diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-04-04 12:39:50 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-04-20 22:59:40 +0200 |
commit | e2b9035f7368b8141e8c9f1d0bcc012e20e16ac1 (patch) | |
tree | 1f26ebacf275f87ea0822a110200bc276754dd67 /drivers/acpi/acpica/acglobal.h | |
parent | 506f57dd6dfdb1d73cb77106706cd5b8953b453d (diff) | |
download | talos-obmc-linux-e2b9035f7368b8141e8c9f1d0bcc012e20e16ac1.tar.gz talos-obmc-linux-e2b9035f7368b8141e8c9f1d0bcc012e20e16ac1.zip |
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/acglobal.h')
-rw-r--r-- | drivers/acpi/acpica/acglobal.h | 2 |
1 files changed, 1 insertions, 1 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); ****************************************************************************/ extern const struct ah_predefined_name asl_predefined_info[]; -extern const AH_DEVICE_ID asl_device_ids[]; +extern const struct ah_device_id asl_device_ids[]; #endif /* __ACGLOBAL_H__ */ |