https://github.com/torvalds/linux
Revision 9127dd1aace4e89acb48fbcafd0ed27d3869847b authored by Johannes Berg on 17 February 2006, 21:52:54 UTC, committed by Linus Torvalds on 17 February 2006, 21:59:27 UTC
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>
1 parent 77e7f25
History
Tip revision: 9127dd1aace4e89acb48fbcafd0ed27d3869847b authored by Johannes Berg on 17 February 2006, 21:52:54 UTC
[PATCH] allow windfarm_pm112 module to load
Tip revision: 9127dd1
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.2 KB
msg.c -rw-r--r-- 18.4 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 32.9 KB
shm.c -rw-r--r-- 21.1 KB
util.c -rw-r--r-- 16.9 KB
util.h -rw-r--r-- 2.6 KB

back to top