Re: [PATCH] crypto: Move crypto_yield() to algapi.h

2014-06-20 Thread Herbert Xu
On Mon, May 26, 2014 at 03:32:05PM +0200, Marek Vasut wrote: > 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 > Cc: Herbert Xu Patch applied. -- Email: Herbert Xu Home Pag

[PATCH] crypto: Move crypto_yield() to algapi.h

2014-05-26 Thread Marek Vasut
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 Cc: Herbert Xu --- include/crypto/algapi.h | 6 ++ include/crypto/scatterwalk.h | 6 -- 2 files changed, 6 insertions(+