From: Herbert Xu Date: Wed, 22 Apr 2015 03:56:34 +0000 (+0800) Subject: crypto: caam - Remove bogus references to crypto API internals X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b3682ffd6d7fa98195eb64307b70e9a25cc655;p=pandora-kernel.git crypto: caam - Remove bogus references to crypto API internals The caam driver includes algorithm types that it doesn't even use, such as struct rng_alg which has recently been moved to an internal header file and consequently broke the build of caam. This patch removes these bogus references. Reported-by: Fengguang Wu Signed-off-by: Herbert Xu --- Reading git-diff-tree failed