From: Frederik Deweerdt Date: Fri, 11 May 2007 17:10:52 +0000 (+0200) Subject: [ARM] export symbol csum_partial_copy_from_user X-Git-Tag: v2.6.22-rc1~1^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487194a19d2069bfcc9791c3ab2204bed59b136a;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed