mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
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 <tj@kernel.org> Reported-by: kbuild test robot <fengguang.wu@intel.com>
This commit is contained in:
parent
accd4f36a7
commit
71546d1004
@ -80,6 +80,7 @@
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/kmemleak.h>
|
||||
#include <linux/sched.h>
|
||||
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/sections.h>
|
||||
|
Loading…
Reference in New Issue
Block a user