crypto: api - Move crypto_yield() to algapi.h
authorMarek Vasut <marex@denx.de>
Mon, 26 May 2014 13:32:05 +0000 (15:32 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 20 Jun 2014 13:26:04 +0000 (21:26 +0800)
commitbb55a4c100abbb8d2a41e732f6362c575a7094e6
tree9218210796fbefc1b52831a53cc4da7f1c898b54
parent7171511eaec5bf23fb06078f59784a3a0626b38f
crypto: api - Move crypto_yield() to algapi.h

It makes no sense for crypto_yield() to be defined in scatterwalk.h ,
move it into algapi.h as it's an internal function to crypto API.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/algapi.h
include/crypto/scatterwalk.h