From: Chen Gang Date: Tue, 27 May 2014 00:08:06 +0000 (+0800) Subject: arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure X-Git-Tag: omap-for-v3.16/fixes-rc4~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92543fd756cca554a37e343616a212c435168967;p=pandora-kernel.git 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 Acked-by: Xuetao Guan Signed-off-by: Xuetao Guan --- Reading git-diff-tree failed