From 44319b2fb680b2fba51aa05038dca05900ce67c1 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 2 Feb 2010 14:41:42 -0800 Subject: [PATCH] --- yaml --- r: 182612 b: refs/heads/master c: 6622e670b26fbaa9c4ae7772a4d2d0abd3414b51 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/posix-timers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 44aa56a88bb8..4476895ea16e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c81628848af8a01f103acc8166299c698898a8f4 +refs/heads/master: 6622e670b26fbaa9c4ae7772a4d2d0abd3414b51 diff --git a/trunk/kernel/posix-timers.c b/trunk/kernel/posix-timers.c index 495440779ce3..00d1fda58ab6 100644 --- a/trunk/kernel/posix-timers.c +++ b/trunk/kernel/posix-timers.c @@ -256,7 +256,7 @@ static int posix_get_monotonic_coarse(clockid_t which_clock, return 0; } -int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) +static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp) { *tp = ktime_to_timespec(KTIME_LOW_RES); return 0;