crypto: atmel_sha - remove unused shash fallback instance.
authorSvenning Sørensen <sss@secomea.com>
Fri, 5 Dec 2014 00:18:57 +0000 (01:18 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 22 Dec 2014 12:02:35 +0000 (23:02 +1100)
commitbe95f0fa0cde56bb05ed62488a25a73a5b21b2d9
tree525fb22d9aa4d89f139c856a0a58ff83f375b652
parent7e77bdebff5cb1e9876c561f69710b9ab8fa1f7e
crypto: atmel_sha - remove unused shash fallback instance.

The fallback is never used, so there is no point in having it.

The cra_exit routine can also be removed, since all it did was releasing
the fallback, along with the stub around cra_init, which just added an
unused NULL argument.

Signed-off-by: Svenning Soerensen <sss@secomea.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-sha.c
This page took 0.025859 seconds and 5 git commands to generate.