Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1c5dfe6a959b79215c0f73d793169a7d5755900e
Commit:     1c5dfe6a959b79215c0f73d793169a7d5755900e
Parent:     214dc54f6f1b71bcd895ef272c108c67ef046200
Author:     Herbert Xu <[EMAIL PROTECTED]>
AuthorDate: Mon Dec 24 08:54:24 2007 +0800
Committer:  Herbert Xu <[EMAIL PROTECTED]>
CommitDate: Fri Jan 11 08:16:59 2008 +1100

    [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 <[EMAIL PROTECTED]>
---
 include/crypto/scatterwalk.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/crypto/scatterwalk.h b/include/crypto/scatterwalk.h
index bd62431..224658b 100644
--- a/include/crypto/scatterwalk.h
+++ b/include/crypto/scatterwalk.h
@@ -23,6 +23,7 @@
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/scatterlist.h>
+#include <linux/sched.h>
 
 static inline enum km_type crypto_kmap_type(int out)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to