Re: [PATCH] mfd: vexpress: export global functions to fix build error

From: Samuel Ortiz
Date: Tue Jan 22 2013 - 11:29:30 EST


Hi Guenter,

On Tue, Jan 22, 2013 at 04:20:26AM -0800, Guenter Roeck wrote:
> On Tue, Jan 22, 2013 at 04:30:42AM +0100, Samuel Ortiz wrote:
> > Hi Guenter,
> >
> > On Sun, Jan 06, 2013 at 01:16:19AM -0800, Guenter Roeck wrote:
> > > Compiling vexpress client drivers as module results in error messages such as
> > >
> > > ERROR: "__vexpress_config_func_get" [drivers/hwmon/vexpress.ko] undefined!
> > > ERROR: "vexpress_config_func_put" [drivers/hwmon/vexpress.ko] undefined!
> > >
> > > This is because the global functions in drivers/mfd/vexpress-config.c are not
> > > exported. Fix it.
> > >
> > > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> > > ---
> > > drivers/mfd/vexpress-config.c | 8 ++++++--
> > > 1 file changed, 6 insertions(+), 2 deletions(-)
> > Applied, thanks for the fix.
> >
> Caution: Looks like I misspelled EXPORT_SYMBOL.
I fixed that now.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/