power-supply: Forward declare structs together
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Sep 2014 12:01:25 +0000 (17:31 +0530)
committerSebastian Reichel <sre@kernel.org>
Tue, 16 Sep 2014 09:01:28 +0000 (11:01 +0200)
commit3c5f8853469d3e549799808b9bf639b5d32751f0
treed6eaaafba6098ea769436f9014b192c9273291f3
parentd8755dcf6b8107a31f4a573b6d7a4e414dd42415
power-supply: Forward declare structs together

power_supply.h requires to forward declare few structures. One of them is done
at the top of the file and other one just before it is used. Declare them
together for better readability.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
include/linux/power_supply.h