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: rel_imx_4.19.35_1.1.0~13050^2~41 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=7fea24c6d4a553c59937ae4fef95c730a88125cb;p=linux.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 292e33bd916e..85747b7f91a9 100644 --- a/net/ceph/crypto.c +++ b/net/ceph/crypto.c @@ -3,6 +3,7 @@ #include #include +#include #include #include #include