]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/posix-timers.c
x86: Detect running on a Microsoft HyperV system
[karo-tx-linux.git] / kernel / posix-timers.c
index 495440779ce3b91c9927b98c61a83922b8578a31..00d1fda58ab6a270c42b7ad252e21ff36b4dce96 100644 (file)
@@ -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;