diff options
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 e3813d290b4f..87f21d9d2a66 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
@@ -175,7 +175,7 @@ ACPI_EXTERN struct acpi_generic_address acpi_gbl_xpm1b_enable; | |||
175 | 175 | ||
176 | /* DSDT information. Used to check for DSDT corruption */ | 176 | /* DSDT information. Used to check for DSDT corruption */ |
177 | 177 | ||
178 | ACPI_EXTERN struct acpi_table_desc *acpi_gbl_DSDT; | 178 | ACPI_EXTERN struct acpi_table_header *acpi_gbl_DSDT; |
179 | ACPI_EXTERN struct acpi_table_header acpi_gbl_original_dsdt_header; | 179 | ACPI_EXTERN struct acpi_table_header acpi_gbl_original_dsdt_header; |
180 | 180 | ||
181 | /* | 181 | /* |