Re: [PATCH] ktime: add missing declaration of ktime_get() in ktime.h

2013-07-01 Thread Joonsoo Kim
On Mon, Jul 01, 2013 at 10:20:46AM +0200, Thomas Gleixner wrote: > On Mon, 1 Jul 2013, Joonsoo Kim wrote: > > > We cannot use ktime_get() API even if we include ktime.h, because there is > > no declaration of this API in ktime.h. So add it. > > It's declared in hrtimer.h Okay. How about this? T

Re: [PATCH] ktime: add missing declaration of ktime_get() in ktime.h

2013-07-01 Thread Thomas Gleixner
On Mon, 1 Jul 2013, Joonsoo Kim wrote: > We cannot use ktime_get() API even if we include ktime.h, because there is > no declaration of this API in ktime.h. So add it. It's declared in hrtimer.h Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

[PATCH] ktime: add missing declaration of ktime_get() in ktime.h

2013-06-30 Thread Joonsoo Kim
We cannot use ktime_get() API even if we include ktime.h, because there is no declaration of this API in ktime.h. So add it. Signed-off-by: Joonsoo Kim diff --git a/include/linux/ktime.h b/include/linux/ktime.h index bbca128..29954cd 100644 --- a/include/linux/ktime.h +++ b/include/linux/ktime.h