From: Justin P. Mattock Date: Wed, 14 Jul 2010 12:11:39 +0000 (+0800) Subject: crypto: hifn_795x - Remove unused ctx variable X-Git-Tag: v2.6.36-rc1~568^2~22 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3de7b1be6ce0643f60aed697070e2286db32cd;p=pandora-kernel.git crypto: hifn_795x - Remove unused ctx variable The below patch gets rid of an unused variable ctx reported by GCC when building the kernel. CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush': drivers/crypto/hifn_795x.c:2021:23: warning: variable 'ctx' set but not used drivers/crypto/hifn_795x.c: In function 'hifn_process_queue': drivers/crypto/hifn_795x.c:2142:23: warning: variable 'ctx' set but not used Signed-off-by: Justin P. Mattock Signed-off-by: Herbert Xu --- Reading git-diff-tree failed