]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/acpi/acpi_bus.h
Revert "ACPI: Fan: Drop force_power_state acpi_device option"
[linux-2.6-omap-h63xx.git] / include / acpi / acpi_bus.h
index 19c3ead2a90bb768f98e077ff91c050ae290e737..7b74b60a68a47b26d3addf541b3440f23bd947ad 100644 (file)
@@ -168,7 +168,8 @@ struct acpi_device_flags {
        u32 power_manageable:1;
        u32 performance_manageable:1;
        u32 wake_capable:1;     /* Wakeup(_PRW) supported? */
-       u32 reserved:20;
+       u32 force_power_state:1;
+       u32 reserved:19;
 };
 
 /* File System */