]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit51de2f11f5d4d51ad3a77ea3ef67e7b66f6709f5
treed3c2ac8dd71d81051d24000130aeaaece357b70e
parent58586869599f6bb38aeca71a847cd77bfea74808
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 <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
arch/score/lib/checksum_copy.c
arch/score/mm/cache.c