diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-03-16 13:41:46 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2022-03-22 08:53:10 +0100 |
commit | ffea9fb319360b9ead8befac6bb2db2b54fd53e6 (patch) | |
tree | 40de8cb5528269abf6f41a65eaef3c0a20b22541 /Documentation/core-api | |
parent | ab31c7fd2d37bc3580d9d712d5f2dfb69901fca9 (diff) | |
download | linux-stable-ffea9fb319360b9ead8befac6bb2db2b54fd53e6.tar.gz linux-stable-ffea9fb319360b9ead8befac6bb2db2b54fd53e6.tar.bz2 linux-stable-ffea9fb319360b9ead8befac6bb2db2b54fd53e6.zip |
sched/headers: ARM needs asm/paravirt_api_clock.h too
Add <asm/paravirt_api_clock.h> for arch/arm/, mapped to <asm/paravirt.h>,
to simplify #ifdeffery in generic code.
Fixes this build error introduced by the scheduler tree:
In file included from ../kernel/sched/core.c:81:
../kernel/sched/sched.h:87:11: fatal error: asm/paravirt_api_clock.h: No such file or directory
87 | # include <asm/paravirt_api_clock.h>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Fixes: 4ff8f2ca6ccd ("sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h dependencies")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220316204146.14000-1-rdunlap@infradead.org
Diffstat (limited to 'Documentation/core-api')
0 files changed, 0 insertions, 0 deletions