]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - mm/percpu.c
percpu: include linux/sched.h for cond_resched()
authorTejun Heo <tj@kernel.org>
Wed, 14 Mar 2018 15:27:26 +0000 (08:27 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:24:50 +0000 (12:24 +0200)
commitf99f83568b19deb5dc9e14c6a81ef13507b927c5
tree19a6db30636c0d5117c6654e86fa7bb2cc856b7d
parent27608e834e0ed8b6f72ebc4fd06d9398e7d9d0ec
percpu: include linux/sched.h for cond_resched()

BugLink: http://bugs.launchpad.net/bugs/1778759
commit 71546d100422bcc2c543dadeb9328728997cd23a upstream.

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>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
mm/percpu.c