1
0
Fork 0
alistair23-linux/arch/nds32/lib
Greentime Hu e3f4624388 nds32: Fix the symbols undefined issue by exporting them.
It broke the 'allmodconfig' build.
  LD      vmlinux
  SYSMAP  System.map
  Building modules, stage 2.
  MODPOST 5028 modules
ERROR: "flush_dcache_page" [net/sunrpc/xprtrdma/rpcrdma.ko] undefined!
ERROR: "empty_zero_page" [net/ceph/libceph.ko] undefined!
ERROR: "save_stack_trace" [kernel/backtracetest.ko] undefined!
ERROR: "clear_page" [fs/ocfs2/dlm/ocfs2_dlm.ko] undefined!
ERROR: "copy_page" [fs/nilfs2/nilfs2.ko] undefined!
...

Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2018-05-23 13:26:20 +08:00
..
Makefile nds32: Library functions 2018-02-22 10:44:33 +08:00
clear_user.S nds32: Library functions 2018-02-22 10:44:33 +08:00
copy_from_user.S nds32: Library functions 2018-02-22 10:44:33 +08:00
copy_page.S nds32: Fix the symbols undefined issue by exporting them. 2018-05-23 13:26:20 +08:00
copy_template.S nds32: Library functions 2018-02-22 10:44:33 +08:00
copy_to_user.S nds32: Library functions 2018-02-22 10:44:33 +08:00
memcpy.S nds32: Library functions 2018-02-22 10:44:33 +08:00
memmove.S nds32: Library functions 2018-02-22 10:44:33 +08:00
memset.S nds32: Library functions 2018-02-22 10:44:33 +08:00
memzero.S nds32: Library functions 2018-02-22 10:44:33 +08:00