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;