Re: [PATCH 9/9] timers: remove old timer initialization macros

2017-05-18 Thread Christoph Hellwig
On Tue, May 16, 2017 at 09:43:34PM +0200, Arnd Bergmann wrote: > > - * Don't use the macros below, use DECLARE_TIMER and INIT_TIMER with their > > + * Don't use the macro below, use DECLARE_TIMER and INIT_TIMER with their > > * improved callback signature above. > > */ > > -#define __TIMER_INIT

Re: [PATCH 9/9] timers: remove old timer initialization macros

2017-05-16 Thread Arnd Bergmann
On Tue, May 16, 2017 at 1:48 PM, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > --- > include/linux/timer.h | 22 +++--- > 1 file changed, 3 insertions(+), 19 deletions(-) > > diff --git a/include/linux/timer.h b/include/linux/timer.h > index 87afe52c8349..9c6694d3

[PATCH 9/9] timers: remove old timer initialization macros

2017-05-16 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- include/linux/timer.h | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/include/linux/timer.h b/include/linux/timer.h index 87afe52c8349..9c6694d3f66a 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -