From: Chen Gang Date: Tue, 3 Dec 2013 12:26:46 +0000 (+0800) Subject: arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various modules... X-Git-Tag: v3.15-rc1~83^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d19042176344f22f8de6ea6aa2a84d3f8f8d17;p=pandora-kernel.git arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various modules need Need export all related functions and symbols for various modules with allmodconfig. The related errors: MODPOST 2879 modules ERROR: "__vmyield" [sound/sound_firmware.ko] undefined! ERROR: "__phys_offset" [sound/drivers/snd-dummy.ko] undefined! ERROR: "ioremap_nocache" [drivers/char/ipmi/ipmi_si.ko] undefined! ERROR: "__iounmap" [drivers/char/ipmi/ipmi_si.ko] undefined! ... For including files, need "linux/*" first, then "asm/*". All related included files and symbols need be sorted by alphabetical order. Signed-off-by: Chen Gang Signed-off-by: Richard Kuo --- Reading git-diff-tree failed