timer: Export destroy_hrtimer_on_stack()
authorGuenter Roeck <linux@roeck-us.net>
Fri, 27 May 2016 00:21:05 +0000 (17:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 May 2016 18:44:08 +0000 (11:44 -0700)
commitc08376ac97cb202ec65320f3d90d5c4c5e2adb0b
tree9ab1668d2c88c9cc6d51277d23c75c5aebbac8ca
parent0e6b5259824e97a0f7e7b450421ff12865d3b0e2
timer: Export destroy_hrtimer_on_stack()

hrtimer_init_on_stack() needs a matching call to
destroy_hrtimer_on_stack(), so both need to be exported.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
kernel/time/hrtimer.c