From: Mike Frysinger Date: Thu, 23 Jul 2009 14:12:08 +0000 (+0930) Subject: module: use MODULE_SYMBOL_PREFIX with module_layout X-Git-Tag: v2.6.31-rc5~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6560dc160f3a96b8f1f43e2c6b51aa6eb9898b90;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed