From: Akinobu Mita Date: Fri, 8 Dec 2006 10:36:25 +0000 (-0800) Subject: [PATCH] crc32: replace bitreverse by bitrev32 X-Git-Tag: v2.6.20-rc1~34^2~375 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906d66df18faa4aac8d898ae6920d1014694a932;p=pandora-kernel.git [PATCH] crc32: replace bitreverse by bitrev32 This patch replaces bitreverse() by bitrev32. The only users of bitreverse() are crc32 itself and via-velocity. Cc: Jeff Garzik Cc: Matt Domsch Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed