X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=kernel%2Fposix-timers.c;h=00d1fda58ab6a270c42b7ad252e21ff36b4dce96;hb=41d59102e146a4423a490b8eca68a5860af4fe1c;hp=495440779ce3b91c9927b98c61a83922b8578a31;hpb=849e8dea099aafa56db9e74b580b0d858b956533;p=linux-2.6-block.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;