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

2013-01-22 Thread Samuel Ortiz
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

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

2013-01-22 Thread Guenter Roeck
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"

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

2013-01-22 Thread Guenter Roeck
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]

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

2013-01-22 Thread Samuel Ortiz
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

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

2013-01-21 Thread Samuel Ortiz
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"

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

2013-01-21 Thread Pawel Moll
On Sun, 2013-01-06 at 09:16 +, 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! > >

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

2013-01-21 Thread Pawel Moll
On Sun, 2013-01-06 at 09:16 +, 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

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

2013-01-21 Thread Samuel Ortiz
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]

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

2013-01-06 Thread Guenter Roeck
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

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

2013-01-06 Thread Guenter Roeck
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