From: Axel Lin Date: Sat, 26 Nov 2011 10:50:58 +0000 (+0800) Subject: regulator: export of_get_regulator_init_data X-Git-Tag: v3.3-rc1~126^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69af5e9677b1e5bf2a2432747ecd714aa537f2a;p=pandora-kernel.git regulator: export of_get_regulator_init_data of_get_regulator_init_data is called in drivers/regulator/fixed.c which could be a module. Export of_get_regulator_init_data to fix below build error: ERROR: "of_get_regulator_init_data" [drivers/regulator/fixed.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Reported-by: Randy Dunlap Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed