]> git.baikalelectronics.ru Git - kernel.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)
commita7d20647caf18c2ac97f94940d704293a1a6c334
treed3c2ac8dd71d81051d24000130aeaaece357b70e
parentf5c63993f3434bf769bdb2bf94e37a2da2a7e285
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