From: Tejun Heo Date: Wed, 14 Mar 2018 15:27:26 +0000 (-0700) Subject: percpu: include linux/sched.h for cond_resched() X-Git-Tag: v4.1.52~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dbe56d6ae778cae9be71f9ee0b6caf5aeb406e3;p=thirdparty%2Fkernel%2Fstable.git percpu: include linux/sched.h for cond_resched() [ Upstream commit 71546d100422bcc2c543dadeb9328728997cd23a ] microblaze build broke due to missing declaration of the cond_resched() invocation added recently. Let's include linux/sched.h explicitly. Signed-off-by: Tejun Heo Reported-by: kbuild test robot Signed-off-by: Sasha Levin --- diff --git a/mm/percpu.c b/mm/percpu.c index a40d5e04a3d18..1b95b9fdd6165 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -68,6 +68,7 @@ #include #include #include +#include #include #include