From: Anton Vorontsov Date: Sat, 29 Jun 2013 01:17:22 +0000 (-0700) Subject: power_supply: Move of_node out of the #ifdef CONFIG_OF X-Git-Tag: v3.11-rc1~52^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50df95c8f0703c95625181d2eaf53855c5ebee5;p=pandora-kernel.git power_supply: Move of_node out of the #ifdef CONFIG_OF Similar to linux/device.h, move of_node struct member out of the #ifdef CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files. Signed-off-by: Anton Vorontsov --- Reading git-diff-tree failed