diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index f34a0835aa4f..8de31d472fad 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -312,6 +312,7 @@ struct acpi_device_wakeup_flags { | |||
312 | u8 valid:1; /* Can successfully enable wakeup? */ | 312 | u8 valid:1; /* Can successfully enable wakeup? */ |
313 | u8 run_wake:1; /* Run-Wake GPE devices */ | 313 | u8 run_wake:1; /* Run-Wake GPE devices */ |
314 | u8 notifier_present:1; /* Wake-up notify handler has been installed */ | 314 | u8 notifier_present:1; /* Wake-up notify handler has been installed */ |
315 | u8 enabled:1; /* Enabled for wakeup */ | ||
315 | }; | 316 | }; |
316 | 317 | ||
317 | struct acpi_device_wakeup_context { | 318 | struct acpi_device_wakeup_context { |