[CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 24 Dec 2007 00:54:24 +0000 (08:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:59 +0000 (08:16 +1100)
commit1c5dfe6a959b79215c0f73d793169a7d5755900e
tree642539aee296f6819b50d0a47d0797fb3c78e0e6
parent214dc54f6f1b71bcd895ef272c108c67ef046200
[CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h

As Andrew Morton correctly points out, we need to explicitly include
sched.h as we use the function cond_resched in crypto/scatterwalk.h.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/scatterwalk.h