diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-23 16:12:08 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-07-27 21:15:45 +0200 |
commit | 6560dc160f3a96b8f1f43e2c6b51aa6eb9898b90 (patch) | |
tree | f6cd276df257ab3784a6eb3c47728c09f5d872e3 /kernel/kthread.c | |
parent | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... (diff) | |
download | linux-6560dc160f3a96b8f1f43e2c6b51aa6eb9898b90.tar.xz linux-6560dc160f3a96b8f1f43e2c6b51aa6eb9898b90.zip |
module: use MODULE_SYMBOL_PREFIX with module_layout
The check_modstruct_version() needs to look up the symbol "module_layout"
in the kernel, but it does so literally and not by a C identifier. The
trouble is that it does not include a symbol prefix for those ports that
need it (like the Blackfin and H8300 port). So make sure we tack on the
MODULE_SYMBOL_PREFIX define to the front of it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kthread.c')
0 files changed, 0 insertions, 0 deletions