From: Arnd Bergmann Date: Tue, 31 Mar 2009 13:30:31 +0000 (+0200) Subject: microblaze: clean up checksum.c X-Git-Tag: v2.6.31-rc1~360^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732703af9c3478c3f935dd5ae80140b9b12bda09;p=pandora-kernel.git microblaze: clean up checksum.c This changes the function prototypes in the checksum code to have the usual prototypes, typically by turning int arguments into __wsum. Also change csum_partial_copy_from_user() to operate on the right address space and export ip_fast_csum, which is used in modular networking code. The new version is now sparse-clean including endianess checks. Signed-off-by: Arnd Bergmann Signed-off-by: Michal Simek --- Reading git-diff-tree failed