]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/ac.c
Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / drivers / acpi / ac.c
index 8b6a84a43b1592a29efd2523bc2168cbd59860d9..d72a1b6c8a943bde5aff998e09b2fbaf1ea9d222 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);