crypto: hifn_795x - Remove unused ctx variable
authorJustin P. Mattock <justinmattock@gmail.com>
Wed, 14 Jul 2010 12:11:39 +0000 (20:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Jul 2010 12:11:39 +0000 (20:11 +0800)
commit7e3de7b1be6ce0643f60aed697070e2286db32cd
tree508d81d9dbffceda49c71aeec965ecaeb1321db5
parent8b9cfdca9c52f7d39c3ccfac1668e31c20c9f42e
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 <justinmattock@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hifn_795x.c
This page took 0.026404 seconds and 5 git commands to generate.