Re: [patch 01/44] posix-timers: Cleanup forward declarations and includes

2019-08-20 Thread Frederic Weisbecker
On Mon, Aug 19, 2019 at 04:31:42PM +0200, Thomas Gleixner wrote: > - 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 Reviewed-by: Frederic

Re: [patch 01/44] posix-timers: Cleanup forward declarations and includes

2019-08-20 Thread Thomas Gleixner
On Tue, 20 Aug 2019, Frederic Weisbecker wrote: > On Mon, Aug 19, 2019 at 04:31:42PM +0200, Thomas Gleixner wrote: > > - Rename struct siginfo to kernel_siginfo > > That's fine because struct siginfo isn't actually used in that > header, right? Yes, just kernel_siginfo needs a forward

Re: [patch 01/44] posix-timers: Cleanup forward declarations and includes

2019-08-20 Thread Frederic Weisbecker
On Mon, Aug 19, 2019 at 04:31:42PM +0200, Thomas Gleixner wrote: > - Rename struct siginfo to kernel_siginfo That's fine because struct siginfo isn't actually used in that header, right? > - Add a forward declaration for task_struct and remove sched.h include > - Remove timex.h include as it

[patch 01/44] posix-timers: Cleanup forward declarations and includes

2019-08-19 Thread Thomas Gleixner
- 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 --- include/linux/posix-timers.h |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---