summaryrefslogtreecommitdiff
path: root/crypto/aead.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-10-07 17:09:06 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-10-11 11:20:58 -0700
commitd31b474a3d92efcb6ede0d6ff042b5d44ab1aceb (patch)
tree87172e8bdd87ed1ae9d98799d3374e4d67ade8ef /crypto/aead.c
parent02c423c93eecff41ff116812908375c8587be685 (diff)
downloadlinux-crypto-d31b474a3d92efcb6ede0d6ff042b5d44ab1aceb.tar.gz
linux-crypto-d31b474a3d92efcb6ede0d6ff042b5d44ab1aceb.zip
headers: remove sched.h from interrupt.h
After m68k's task_thread_info() doesn't refer to current, it's possible to remove sched.h from interrupt.h and not break m68k! Many thanks to Heiko Carstens for allowing this. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'crypto/aead.c')
-rw-r--r--crypto/aead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aead.c b/crypto/aead.c
index d9aa733d..0a55da70 100644
--- a/crypto/aead.c
+++ b/crypto/aead.c
@@ -18,6 +18,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rtnetlink.h>
+#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/seq_file.h>