From: Herbert Xu Date: Mon, 24 Dec 2007 00:54:24 +0000 (+0800) Subject: [CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1c5dfe6a959b79215c0f73d793169a7d5755900e;p=deliverable%2Flinux.git [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 --- diff --git a/include/crypto/scatterwalk.h b/include/crypto/scatterwalk.h index bd62431c33bd..224658b8d806 100644 --- a/include/crypto/scatterwalk.h +++ b/include/crypto/scatterwalk.h @@ -23,6 +23,7 @@ #include #include #include +#include static inline enum km_type crypto_kmap_type(int out) {