Commit 7fea24c6 authored by Ilya Dryomov's avatar Ilya Dryomov

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: default avatarIlya Dryomov <idryomov@gmail.com>
parent d24cdcd3
......@@ -3,6 +3,7 @@
#include <linux/err.h>
#include <linux/scatterlist.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <crypto/aes.h>
#include <crypto/skcipher.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment