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: omap-for-v4.1/prcm-dts-mfd-syscon-fix~90^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