diff options
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r-- | kernel/hrtimer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index b44d1b07377b..e5d98ce50f89 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -431,6 +431,7 @@ void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, | |||
431 | debug_object_init_on_stack(timer, &hrtimer_debug_descr); | 431 | debug_object_init_on_stack(timer, &hrtimer_debug_descr); |
432 | __hrtimer_init(timer, clock_id, mode); | 432 | __hrtimer_init(timer, clock_id, mode); |
433 | } | 433 | } |
434 | EXPORT_SYMBOL_GPL(hrtimer_init_on_stack); | ||
434 | 435 | ||
435 | void destroy_hrtimer_on_stack(struct hrtimer *timer) | 436 | void destroy_hrtimer_on_stack(struct hrtimer *timer) |
436 | { | 437 | { |
@@ -1444,6 +1445,7 @@ void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task) | |||
1444 | sl->timer.function = hrtimer_wakeup; | 1445 | sl->timer.function = hrtimer_wakeup; |
1445 | sl->task = task; | 1446 | sl->task = task; |
1446 | } | 1447 | } |
1448 | EXPORT_SYMBOL_GPL(hrtimer_init_sleeper); | ||
1447 | 1449 | ||
1448 | static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) | 1450 | static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) |
1449 | { | 1451 | { |