From: Adrian Bunk Date: Sun, 1 Oct 2006 06:28:29 +0000 (-0700) Subject: [PATCH] kernel/time/ntp.c: possible cleanups X-Git-Tag: v2.6.19-rc1~551 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bc42f90a3f4721c89dbe865e6c95da8565b41c;p=pandora-kernel.git [PATCH] kernel/time/ntp.c: possible cleanups This patch contains the following possible cleanups: - make the following needlessly global function static: - ntp_update_frequency() - make the following needlessly global variables static: - time_state - time_offset - time_constant - time_reftime - remove the following read-only global variable: - time_precision Signed-off-by: Adrian Bunk Cc: Roman Zippel Cc: john stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed