[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 <jgarzik@pobox.com> Cc: Matt Domsch <Matt_Domsch@dell.com> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

zatwierdzone przez
Linus Torvalds

rodzic
a5cfc1ec58
commit
906d66df18
@@ -26,6 +26,7 @@ config CRC16
|
||||
config CRC32
|
||||
tristate "CRC32 functions"
|
||||
default y
|
||||
select BITREVERSE
|
||||
help
|
||||
This option is provided for the case where no in-kernel-tree
|
||||
modules require CRC32 functions, but a module built outside the
|
||||
|
Reference in New Issue
Block a user