From: Chen Gang Date: Wed, 9 Jul 2014 08:48:45 +0000 (+0800) Subject: arch: score: Export necessary symbols in related files X-Git-Tag: fixes-for-v3.18-merge-window~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51de2f11f5d4d51ad3a77ea3ef67e7b66f6709f5;p=pandora-kernel.git arch: score: Export necessary symbols in related files 'csum_partial_copy_from_user' and 'flush_dcache_page' are also needed by outside modules, so need export them in the related files. The related error (with allmodconfig under score): MODPOST 1365 modules ERROR: "csum_partial_copy_from_user" [net/rxrpc/af-rxrpc.ko] undefined! ERROR: "flush_dcache_page" [net/sunrpc/sunrpc.ko] undefined! Acked-by: Lennox Wu Signed-off-by: Chen Gang --- Reading git-diff-tree failed