diff options
Diffstat (limited to 'drivers/acpi/utilities')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index 8809306ba94c..a524e75b7ae4 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -720,6 +720,7 @@ void acpi_ut_init_globals(void) | |||
720 | 720 | ||
721 | /* GPE support */ | 721 | /* GPE support */ |
722 | 722 | ||
723 | acpi_gpe_count = 0; | ||
723 | acpi_gbl_gpe_xrupt_list_head = NULL; | 724 | acpi_gbl_gpe_xrupt_list_head = NULL; |
724 | acpi_gbl_gpe_fadt_blocks[0] = NULL; | 725 | acpi_gbl_gpe_fadt_blocks[0] = NULL; |
725 | acpi_gbl_gpe_fadt_blocks[1] = NULL; | 726 | acpi_gbl_gpe_fadt_blocks[1] = NULL; |
@@ -779,3 +780,4 @@ void acpi_ut_init_globals(void) | |||
779 | 780 | ||
780 | ACPI_EXPORT_SYMBOL(acpi_dbg_level) | 781 | ACPI_EXPORT_SYMBOL(acpi_dbg_level) |
781 | ACPI_EXPORT_SYMBOL(acpi_dbg_layer) | 782 | ACPI_EXPORT_SYMBOL(acpi_dbg_layer) |
783 | ACPI_EXPORT_SYMBOL(acpi_gpe_count) | ||