crypto: omap-sham - rename sgl to sgl_tmp for deprecation
authorTero Kristo <t-kristo@ti.com>
Mon, 19 Sep 2016 15:22:14 +0000 (18:22 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Sep 2016 10:32:50 +0000 (18:32 +0800)
commit8addf571aeb7ef096201315737543b4c5303300a
tree920c98015b78fd2c30d9d9cc7bb51e84eea483d5
parent744e686a446cb4667ad42c530d372fbbc963507b
crypto: omap-sham - rename sgl to sgl_tmp for deprecation

The current usage of sgl will be deprecated, and will be replaced by an
array required by the sg based driver implementation. Rename the existing
variable as sgl_tmp so that it can be removed from the driver easily later.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-sham.c