From: Tim Chen Date: Thu, 23 Jan 2014 11:25:47 +0000 (-0800) Subject: CRC32C: Add soft module dependency to load other accelerated crc32c modules X-Git-Tag: v3.15-rc1~111^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06e5a1f29819759392239669beb2cad27059c8ec;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed