From: Svenning Sørensen Date: Fri, 5 Dec 2014 00:18:57 +0000 (+0100) Subject: crypto: atmel_sha - remove unused shash fallback instance. X-Git-Tag: fixes-v4.0-rc1~106^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be95f0fa0cde56bb05ed62488a25a73a5b21b2d9;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed