From: Herbert Xu Date: Tue, 21 Apr 2015 02:46:37 +0000 (+0800) Subject: crypto: rng - Mark crypto_rng_reset seed as const X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5d8fa9f56ad0928e7a1f06003e5034f5eedb52;p=pandora-kernel.git crypto: rng - Mark crypto_rng_reset seed as const There is no reason why crypto_rng_reset should modify the seed so this patch marks it as const. Since our algorithms don't export a const seed function yet we have to go through some contortions for now. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed