mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 19:06:14 +00:00
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 <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lkml.kernel.org/r/20190819143801.472005793@linutronix.de
This commit is contained in:
parent
0bee3b601b
commit
ce03f61346
1 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@
|
||||||
|
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#include <linux/sched.h>
|
|
||||||
#include <linux/timex.h>
|
|
||||||
#include <linux/alarmtimer.h>
|
#include <linux/alarmtimer.h>
|
||||||
|
|
||||||
struct siginfo;
|
struct kernel_siginfo;
|
||||||
|
struct task_struct;
|
||||||
|
|
||||||
struct cpu_timer_list {
|
struct cpu_timer_list {
|
||||||
struct list_head entry;
|
struct list_head entry;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue