On Fri, Dec 05, 2014 at 01:18:57AM +0100, Svenning Sørensen wrote:
> [Sorry about the messed up tabs and line wraps in first post;
> I hope I managed to tame TB this time around]
>
> CRYPTO: atmel_sha: remove unused shash fallback instance.
>
> The fallback is never used, so there is no point in
[Sorry about the messed up tabs and line wraps in first post;
I hope I managed to tame TB this time around]
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 rele
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-o