]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 27 May 2014 00:08:06 +0000 (08:08 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 29 May 2014 06:54:45 +0000 (14:54 +0800)
commit2bb28dad7cb1aeec6e5ee980e533aa9e602e2cc9
tree8feb60ebfedeeaf2924b527ddc85609fe56acb51
parentbd7162014f903ecffb8a867702d30ca0a03e1029
arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure

flush_icache_range() is '__cpuc_coherent_kern_range' under unicore32,
and lkdtm.ko needs it. At present, '__cpuc_coherent_kern_range' is
still used by unicore32, so export it to avoid compiling failure.

The related error (with allmodconfig under unicore32):

  ERROR: "__cpuc_coherent_kern_range" [drivers/misc/lkdtm.ko] undefined!

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
arch/unicore32/mm/proc-syms.c