From: Tejun Heo Date: Wed, 14 Mar 2018 15:27:26 +0000 (-0700) Subject: percpu: include linux/sched.h for cond_resched() X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=71546d100422bcc2c543dadeb9328728997cd23a;p=openwrt%2Fstaging%2Fblogic.git percpu: include linux/sched.h for cond_resched() 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 --- diff --git a/mm/percpu.c b/mm/percpu.c index 36e7b65ba6cf..15a398c00791 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -80,6 +80,7 @@ #include #include #include +#include #include #include