From: Viresh Kumar Date: Thu, 4 Sep 2014 12:01:25 +0000 (+0530) Subject: power-supply: Forward declare structs together X-Git-Tag: fixes-against-v3.18-rc2~70^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5f8853469d3e549799808b9bf639b5d32751f0;p=pandora-kernel.git 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 Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed