--- zzzz-none-000/linux-2.6.19.2/kernel/hrtimer.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/kernel/hrtimer.c 2008-04-10 12:21:44.000000000 +0000 @@ -86,13 +86,13 @@ { { .index = CLOCK_REALTIME, - .get_time = &ktime_get_real, .resolution = KTIME_REALTIME_RES, + .get_time = &ktime_get_real }, { .index = CLOCK_MONOTONIC, - .get_time = &ktime_get, .resolution = KTIME_MONOTONIC_RES, + .get_time = &ktime_get }, };