summaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-02-21 09:29:01 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-21 10:54:02 -0800
commitfd4a61e08aa79f2b7835b25c6f94f27bd2d65990 (patch)
tree957ae429c2d72e185f1e74e06fd9f39101ab70f0 /block/cfq-iosched.c
parent9763dd6f8160dc9cc239fc2427c8173073204457 (diff)
downloadlinux-0-day-fd4a61e08aa79f2b7835b25c6f94f27bd2d65990.tar.gz
linux-0-day-fd4a61e08aa79f2b7835b25c6f94f27bd2d65990.tar.xz
sched/core: Fix build paravirt build on arm and arm64
Commit 004172bdad64 ("sched/core: Remove unnecessary #include headers") removed the inclusion of asm/paravirt.h which is used to get declarations of paravirt_steal_rq_enabled and paravirt_steal_clock. It is implicitly included on x86 but not on arm and arm64 breaking the build if paravirtualization is used. Since things from that header are used directly fix the build by putting the direct inclusion back. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'block/cfq-iosched.c')
0 files changed, 0 insertions, 0 deletions