diff options
Diffstat (limited to 'drivers/acpi/tables.c')
-rw-r--r-- | drivers/acpi/tables.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index ccb90eff00e5..48eabb6c2d4f 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c | |||
@@ -712,8 +712,10 @@ acpi_os_physical_table_override(struct acpi_table_header *existing_table, | |||
712 | table_length); | 712 | table_length); |
713 | } | 713 | } |
714 | 714 | ||
715 | #ifdef CONFIG_ACPI_CUSTOM_DSDT | ||
715 | static void *amlcode __attribute__ ((weakref("AmlCode"))); | 716 | static void *amlcode __attribute__ ((weakref("AmlCode"))); |
716 | static void *dsdt_amlcode __attribute__ ((weakref("dsdt_aml_code"))); | 717 | static void *dsdt_amlcode __attribute__ ((weakref("dsdt_aml_code"))); |
718 | #endif | ||
717 | 719 | ||
718 | acpi_status | 720 | acpi_status |
719 | acpi_os_table_override(struct acpi_table_header *existing_table, | 721 | acpi_os_table_override(struct acpi_table_header *existing_table, |