X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fposix-timers.c;h=00d1fda58ab6a270c42b7ad252e21ff36b4dce96;hb=ce67eef6a112bb283c6db39f9195800f31f5599a;hp=495440779ce3b91c9927b98c61a83922b8578a31;hpb=efd44318157009274fa5962d60167ecfb954e246;p=mv-sheeva.git diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 495440779ce..00d1fda58ab 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;