From: David Miller Date: Thu, 9 Feb 2012 21:43:01 +0000 (-0500) Subject: regulator: Fix mc13xxx regulator modular build (again) X-Git-Tag: v3.3-rc4~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=532691635475487b8c1d6fc618bd123084904897;p=pandora-kernel.git regulator: Fix mc13xxx regulator modular build (again) Since mc13xxx-regulator-core.c and the actual drivers can get built into seperate modules, you have to export the DT support symbols "mc13xxx_get_num_regulators_dt" and "mc13xxx_parse_regulators_dt" otherwise the allmodconfig build fails on sparc64. [Updated the subject; the same thing was previously reported and fixed in -next but for some reason nobody noticed for some considerable time after the issue was introduced -- broonie] Signed-off-by: David S. Miller Signed-off-by: Mark Brown --- Reading git-diff-tree failed