Commit-ID: 6622e670b26fbaa9c4ae7772a4d2d0abd3414b51 Gitweb: http://git.kernel.org/tip/6622e670b26fbaa9c4ae7772a4d2d0abd3414b51 Author: H Hartley Sweeten <hartleys@xxxxxxxxxxxxxxxxxxx> AuthorDate: Tue, 2 Feb 2010 14:41:42 -0800 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitDate: Fri, 5 Feb 2010 14:54:10 +0100 posix-timers.c: Don't export local functions Signed-off-by: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- kernel/posix-timers.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 4954407..00d1fda 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; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |