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)
commita17155bc9c9a43f94f4f502ad9776bf082219d84
tree426bc6dba0f7de1b5465d23ad9c1472b303bb0e3
parent9270bdf5405668ca5d75ace1d7872e2762162c47
mfd: vexpress: Export global functions to fix build error

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>
drivers/mfd/vexpress-config.c