Re: [PATCH 1/2] timer: Export destroy_hrtimer_on_stack()

2016-05-31 Thread David Miller
From: Guenter Roeck Date: Thu, 26 May 2016 17:21:05 -0700 > hrtimer_init_on_stack() needs a matching call to > destroy_hrtimer_on_stack(), so both need to be exported. > > Signed-off-by: Guenter Roeck Applied.

Re: [PATCH 1/2] timer: Export destroy_hrtimer_on_stack()

2016-05-31 Thread David Miller
From: Guenter Roeck Date: Thu, 26 May 2016 17:21:05 -0700 > hrtimer_init_on_stack() needs a matching call to > destroy_hrtimer_on_stack(), so both need to be exported. > > Signed-off-by: Guenter Roeck Applied.

[PATCH 1/2] timer: Export destroy_hrtimer_on_stack()

2016-05-26 Thread Guenter Roeck
hrtimer_init_on_stack() needs a matching call to destroy_hrtimer_on_stack(), so both need to be exported. Signed-off-by: Guenter Roeck --- kernel/time/hrtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c index

[PATCH 1/2] timer: Export destroy_hrtimer_on_stack()

2016-05-26 Thread Guenter Roeck
hrtimer_init_on_stack() needs a matching call to destroy_hrtimer_on_stack(), so both need to be exported. Signed-off-by: Guenter Roeck --- kernel/time/hrtimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c index 8c7392c4fdbd..e99df0ff1d42