]> git.baikalelectronics.ru Git - kernel.git/commit
task_work: Remove unnecessary include from posix_timers.h
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 28 Jan 2022 19:55:47 +0000 (13:55 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 10 Mar 2022 19:38:01 +0000 (13:38 -0600)
commit645e5e2306783e458af296c250902d6c50467c07
treed53b3b5084644ab0976c8300191a19fd6eb682b9
parentc1f95f300108e8812fca0ba31d12338415d7b439
task_work: Remove unnecessary include from posix_timers.h

Break a header file circular dependency by removing the unnecessary
include of task_work.h from posix_timers.h.

sched.h -> posix-timers.h
posix-timers.h -> task_work.h
task_work.h -> sched.h

Add missing includes of task_work.h to:
arch/x86/mm/tlb.c
kernel/time/posix-cpu-timers.c

Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lkml.kernel.org/r/20220309162454.123006-6-ebiederm@xmission.com
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/x86/mm/tlb.c
include/linux/posix-timers.h
kernel/time/posix-cpu-timers.c