]> Git Repo - linux.git/commitdiff
posix-timers.c: Don't export local functions
authorH Hartley Sweeten <[email protected]>
Tue, 2 Feb 2010 22:41:42 +0000 (14:41 -0800)
committerThomas Gleixner <[email protected]>
Fri, 5 Feb 2010 13:54:10 +0000 (14:54 +0100)
Signed-off-by: H Hartley Sweeten <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
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;
This page took 0.053316 seconds and 4 git commands to generate.