CRC32C: Add soft module dependency to load other accelerated crc32c modules
authorTim Chen <tim.c.chen@linux.intel.com>
Thu, 23 Jan 2014 11:25:47 +0000 (03:25 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 25 Feb 2014 11:45:04 +0000 (19:45 +0800)
commit06e5a1f29819759392239669beb2cad27059c8ec
tree641318660e841f02bd766ebf1bf375452c106c99
parent883619a931e9f54fca7495321b339669f11cc727
CRC32C: Add soft module dependency to load other accelerated crc32c modules

We added the soft module dependency of crc32c module alias
to generic crc32c module so other hardware accelerated crc32c
modules could get loaded and used before the generic version.
We also renamed the crypto/crc32c.c containing the generic
crc32c crypto computation to crypto/crc32c_generic.c according
to convention.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/crc32c.c [deleted file]
crypto/crc32c_generic.c [new file with mode: 0644]