]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] allow windfarm_pm112 module to load
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 17 Feb 2006 21:52:54 +0000 (13:52 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 17 Feb 2006 21:59:27 +0000 (13:59 -0800)
commitec621bc3629ca92e8bd2e67939bd71378b5700f9
treebefcb7a11263c1075f8849fa0991e91c12f48dc3
parent70485f4a68346738ab77e49ad60ce0e1e72c010d
[PATCH] allow windfarm_pm112 module to load

The windfarm_pm112 module relies on smu_sat_get_sdb_partition which is in
windfarm_smu_sat.c but is not exported to modules, so despite Kconfig
having the option to build the pm112 as modules, this can never be loaded.

This patch fixes that by exporting smu_sat_get_sdb_partition with
EXPORT_SYMBOL_GPL

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/macintosh/windfarm_smu_sat.c