lkml.org 
[lkml]   [2019]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 01/44] posix-timers: Cleanup forward declarations and includes
 - Rename struct siginfo to kernel_siginfo
- 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>
---
include/linux/posix-timers.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

--- a/include/linux/posix-timers.h
+++ b/include/linux/posix-timers.h
@@ -4,11 +4,10 @@

#include <linux/spinlock.h>
#include <linux/list.h>
-#include <linux/sched.h>
-#include <linux/timex.h>
#include <linux/alarmtimer.h>

-struct siginfo;
+struct kernel_siginfo;
+struct task_struct;

struct cpu_timer_list {
struct list_head entry;

\
 
 \ /
  Last update: 2019-08-19 17:48    [W:0.387 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site