Skip to content

Commit

Permalink
mfd: don't export wm3850 static functions
Browse files Browse the repository at this point in the history
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 89b4012 ("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>
  • Loading branch information
Stephen Rothwell authored and Samuel Ortiz committed Oct 21, 2008
1 parent e9d3594 commit 799f9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/wm8350-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@ static int wm8350_create_cache(struct wm8350 *wm8350, int mode)
out:
return ret;
}
EXPORT_SYMBOL_GPL(wm8350_create_cache);

/*
* Register a client device. This is non-fatal since there is no need to
Expand Down

0 comments on commit 799f9e3

Please sign in to comment.