mfd: don't export wm3850 static functions
commit799f9e3267b0938c8059ed78d7e39e00b6aa6bd2
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 20 Oct 2008 21:55:30 +0000 (20 23:55 +0200)
committerSamuel Ortiz <samuel@sortiz.org>
Tue, 21 Oct 2008 23:19:39 +0000 (22 01:19 +0200)
treeb11e7d307bebf1dcd03d8336a6cf70f1de6a34a7
parente9d359471dfed51a1bdeaa484ee7dac0679d0a20
mfd: don't export wm3850 static functions

October 10th linux-next build (powerpc allyesconfig) failed like this:

drivers/mfd/wm8350-core.c:1131: error: __ksymtab_wm8350_create_cache causes a section type conflict

Caused by commit 89b4012befb1abca5e86d232bc0e2a797b0d9825 ("mfd: Core
support for the WM8350 AudioPlus PMIC"). wm8350_create_cache is not used
elsewhere, so remove the EXPORT_SYMBOL.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/wm8350-core.c