diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 00:30:40 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 00:30:40 -0400 |
commit | 27345a5109f36779187311f77e30bcf596571c29 (patch) | |
tree | 63136025b0194ca54d6fd37559c5d685340ff215 /include/acpi | |
parent | e270051d9c6e5f0b31668ec1f0d864ab9920ffca (diff) | |
parent | 9b039330808b83acac3597535da26f47ad1862ce (diff) |
Pull bugzilla-292300 into release branch
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 8a388e766162..7b74b60a68a4 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -264,7 +264,6 @@ struct acpi_device_wakeup_flags { struct acpi_device_wakeup_state { u8 enabled:1; - u8 active:1; }; struct acpi_device_wakeup { |