]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: crc32c should use library implementation
authorDarrick J. Wong <djwong@us.ibm.com>
Fri, 23 Mar 2012 22:02:25 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:38 +0000 (16:58 -0700)
commit62ae20108bbc4ea0e2da9d366405b5beb92d396a
treeb5f6583deeb3ca02f837ac446e1ecdea10b8a54b
parentd32027cfe824f6b60e1f1b1ed894f81897c7d6a5
crypto: crc32c should use library implementation

Since lib/crc32.c now provides crc32c, remove the software implementation
here and call the library function instead.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Bob Pearson <rpearson@systemfabricworks.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
crypto/Kconfig
crypto/crc32c.c