commit | 3c5f8853469d3e549799808b9bf639b5d32751f0 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Sep 04 17:31:25 2014 +0530 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Sep 16 11:01:28 2014 +0200 |
tree | d6eaaafba6098ea769436f9014b192c9273291f3 | |
parent | d8755dcf6b8107a31f4a573b6d7a4e414dd42415 [diff] |
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>