From: Ilya Dryomov Date: Mon, 16 Jan 2017 13:35:17 +0000 (+0100) Subject: libceph: include linux/sched.h into crypto.c directly X-Git-Tag: v4.11-rc1~47^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fea24c6d4a553c59937ae4fef95c730a88125cb;p=thirdparty%2Fkernel%2Flinux.git libceph: include linux/sched.h into crypto.c directly Currently crypto.c gets linux/sched.h indirectly through linux/slab.h from linux/kasan.h. Include it directly for memalloc_noio_*() inlines. Signed-off-by: Ilya Dryomov --- diff --git a/net/ceph/crypto.c b/net/ceph/crypto.c index 292e33bd916e6..85747b7f91a91 100644 --- a/net/ceph/crypto.c +++ b/net/ceph/crypto.c @@ -3,6 +3,7 @@ #include #include +#include #include #include #include