]> git.baikalelectronics.ru Git - kernel.git/commit
arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various modules...
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 3 Dec 2013 12:26:46 +0000 (20:26 +0800)
committerRichard Kuo <rkuo@codeaurora.org>
Fri, 4 Apr 2014 23:20:00 +0000 (18:20 -0500)
commit8526357f4890c4eda5f7554f917c783fa19e30b2
tree48d70beb5a419a6470e9a7417e6f5c1d1a22d950
parent49d1933973edd37f6ebcd9a6df685bba9c4b267d
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 <gang.chen.5i5j@gmail.com>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
arch/hexagon/kernel/hexagon_ksyms.c