]> Git Repo - linux.git/commit
[ARM] export symbol csum_partial_copy_from_user
authorFrederik Deweerdt <[email protected]>
Fri, 11 May 2007 17:10:52 +0000 (19:10 +0200)
committerRussell King <[email protected]>
Fri, 11 May 2007 18:35:22 +0000 (19:35 +0100)
commit487194a19d2069bfcc9791c3ab2204bed59b136a
tree2ae045f724cf93b6b878b889cbdc15edac53f091
parentfac0779029749dfe8d77a35c26606ebda7a8e176
[ARM] export symbol csum_partial_copy_from_user

I've got the following linking error when building 2.6.21-mm2 on ARM:
ERROR: "csum_partial_copy_from_user" [net/rxrpc/af-rxrpc.ko] undefined!
Linking fails because "csum_partial_copy_from_user" is not exported to
modules. This patch adds it to the list of exported symbols.

Signed-off-by: Frederik Deweerdt <[email protected]>
Signed-off-by: Russell King <[email protected]>
arch/arm/kernel/armksyms.c
This page took 0.054015 seconds and 4 git commands to generate.