Merge git://git.infradead.org/users/eparis/audit
[firefly-linux-kernel-4.4.55.git] / include / linux / power_supply.h
index de59a28b1b5b019032e8a296c68831bdaee1ddc8..3ed0496730229556921e3e77a5deeeecbb20bbac 100644 (file)
@@ -18,8 +18,6 @@
 #include <linux/spinlock.h>
 #include <linux/notifier.h>
 
-struct device;
-
 /*
  * All voltages, currents, charges, energies, time and temperatures in uV,
  * µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
@@ -175,6 +173,7 @@ union power_supply_propval {
        const char *strval;
 };
 
+struct device;
 struct device_node;
 
 struct power_supply {