arch: score: Export necessary symbols in related files
authorChen Gang <gang.chen.5i5j@gmail.com>
Wed, 9 Jul 2014 08:48:45 +0000 (16:48 +0800)
committerLennox Wu <lennox.wu@gmail.com>
Sat, 4 Oct 2014 17:18:16 +0000 (01:18 +0800)
'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 <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>

No differences found