From: Thomas Gleixner Date: Mon, 19 Aug 2019 14:31:42 +0000 (+0200) Subject: posix-timers: Cleanup forward declarations and includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ce03f613461642669d6150c405dd28f4bfd54bbb;p=linux.git posix-timers: Cleanup forward declarations and includes - Rename struct siginfo to kernel_siginfo as that is used and required - Add a forward declaration for task_struct and remove sched.h include - Remove timex.h include as it is not needed Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker Link: https://lkml.kernel.org/r/20190819143801.472005793@linutronix.de --- diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index 604cec0e41ba8..26c636d1485b6 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h @@ -4,11 +4,10 @@ #include #include -#include -#include #include -struct siginfo; +struct kernel_siginfo; +struct task_struct; struct cpu_timer_list { struct list_head entry;