[PATCH 10/15] mfd/vexpress: export vexpress_config_func_{put,get}
From: Pawel Moll <hidden>
Date: 2013-01-21 17:23:18
Also in:
lkml
From: Pawel Moll <hidden>
Date: 2013-01-21 17:23:18
Also in:
lkml
On Mon, 2013-01-21 at 17:16 +0000, Arnd Bergmann wrote:
The newly introduced vexpress mfd driver in linux-3.8-rc provides access to configuration functions, but the interfaces are not exported to modules, which breaks when the vexpress regulator driver tries to use them. Without this patch, building allmodconfig results in: ERROR: "__vexpress_config_func_get" [drivers/regulator/vexpress.ko] undefined! ERROR: "vexpress_config_func_put" [drivers/regulator/vexpress.ko] undefined! Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Pawel Moll <redacted> Cc: Samuel Ortiz <redacted> Cc: Mark Brown <redacted>
You are the third person noticing that. My bad :-( In fact some other ones, like the *_bridge_register could do with exporting as well... I'll get all the patches merged in my fixes branch and send a pull request this week. Thanks! Pawe?