X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fposix-timers.c;h=00d1fda58ab6a270c42b7ad252e21ff36b4dce96;hb=34388d1c4feae50d61d6f4ec7594b9076d6d24db;hp=495440779ce3b91c9927b98c61a83922b8578a31;hpb=5a355982993e8eb9f840b81194fbeb4e793221bb;p=pandora-kernel.git diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 495440779ce3..00d1fda58ab6 100644 --- a/kernel/posix-timers.c +++ b/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;