From: Herbert Xu Date: Thu, 13 Aug 2015 09:29:02 +0000 (+0800) Subject: crypto: cryptd - Remove reference to crypto_aead_crt X-Git-Tag: omap-for-v4.3/fixes-merge-window~29^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3749a719a6da4297fb8e1bb56ee06d74129c0f;p=pandora-kernel.git crypto: cryptd - Remove reference to crypto_aead_crt Pretty soon the crypto_aead encrypt/decrypt hooks will disappear as they are now always identical to those in struct aead_alg. This patch replaces the references to these hooks with the ones from aead_alg instead. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed