diff options
Diffstat (limited to 'drivers/acpi/utilities/utglobal.c')
-rw-r--r-- | drivers/acpi/utilities/utglobal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/utilities/utglobal.c b/drivers/acpi/utilities/utglobal.c index 630c9a2c5b7b..44425433075a 100644 --- a/drivers/acpi/utilities/utglobal.c +++ b/drivers/acpi/utilities/utglobal.c | |||
@@ -675,12 +675,13 @@ void acpi_ut_init_globals(void) | |||
675 | acpi_gbl_gpe_fadt_blocks[0] = NULL; | 675 | acpi_gbl_gpe_fadt_blocks[0] = NULL; |
676 | acpi_gbl_gpe_fadt_blocks[1] = NULL; | 676 | acpi_gbl_gpe_fadt_blocks[1] = NULL; |
677 | 677 | ||
678 | /* Global notify handlers */ | 678 | /* Global handlers */ |
679 | 679 | ||
680 | acpi_gbl_system_notify.handler = NULL; | 680 | acpi_gbl_system_notify.handler = NULL; |
681 | acpi_gbl_device_notify.handler = NULL; | 681 | acpi_gbl_device_notify.handler = NULL; |
682 | acpi_gbl_exception_handler = NULL; | 682 | acpi_gbl_exception_handler = NULL; |
683 | acpi_gbl_init_handler = NULL; | 683 | acpi_gbl_init_handler = NULL; |
684 | acpi_gbl_table_handler = NULL; | ||
684 | 685 | ||
685 | /* Global Lock support */ | 686 | /* Global Lock support */ |
686 | 687 | ||