]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a21c85234cdaf0ca0fe326d151b26cbd939639a
tree920c98015b78fd2c30d9d9cc7bb51e84eea483d5
parent83bd6731c385a9525c0ece95ecfeb92024a047df
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