mfd: vexpress: Export global functions to fix build error
authorGuenter Roeck <linux@roeck-us.net>
Sun, 6 Jan 2013 09:16:19 +0000 (01:16 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 22 Jan 2013 16:28:34 +0000 (17:28 +0100)
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@roeck-us.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found