Fixes gcc '-Wunused-but-set-variable' warning:
drivers/crypto/marvell/cipher.c: In function 'mv_cesa_skcipher_dma_req_init':
drivers/crypto/marvell/cipher.c:325:15: warning:
variable 'ivsize' set but not used [-Wunused-but-set-variable]
It's not used any more after
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cesa.c | ||
| cesa.h | ||
| cipher.c | ||
| hash.c | ||
| tdma.c | ||