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 e2f91ecc01a8..c03f221fee44 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -429,6 +429,7 @@ void hrtimer_init_on_stack(struct hrtimer *timer, clockid_t clock_id, | |||
429 | debug_object_init_on_stack(timer, &hrtimer_debug_descr); | 429 | debug_object_init_on_stack(timer, &hrtimer_debug_descr); |
430 | __hrtimer_init(timer, clock_id, mode); | 430 | __hrtimer_init(timer, clock_id, mode); |
431 | } | 431 | } |
432 | EXPORT_SYMBOL_GPL(hrtimer_init_on_stack); | ||
432 | 433 | ||
433 | void destroy_hrtimer_on_stack(struct hrtimer *timer) | 434 | void destroy_hrtimer_on_stack(struct hrtimer *timer) |
434 | { | 435 | { |
@@ -1420,6 +1421,7 @@ void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, struct task_struct *task) | |||
1420 | sl->timer.function = hrtimer_wakeup; | 1421 | sl->timer.function = hrtimer_wakeup; |
1421 | sl->task = task; | 1422 | sl->task = task; |
1422 | } | 1423 | } |
1424 | EXPORT_SYMBOL_GPL(hrtimer_init_sleeper); | ||
1423 | 1425 | ||
1424 | static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) | 1426 | static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) |
1425 | { | 1427 | { |