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
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
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
3 matches
Mail list logo