Merge branch 'bugzilla-11917' into release
[cascardo/linux.git] / drivers / acpi / ac.c
index 8b6a84a..d72a1b6 100644 (file)
@@ -85,7 +85,7 @@ struct acpi_ac {
        struct power_supply charger;
 #endif
        struct acpi_device * device;
-       unsigned long state;
+       unsigned long long state;
 };
 
 #define to_acpi_ac(x) container_of(x, struct acpi_ac, charger);