aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/time.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-11 22:46:39 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 19:05:02 -0800
commitbdf2b1c9fedf76a1797216559f221e5eaa7a1eab (patch)
treebfc206dfdf0754c6475df7bd8cffdcbec69fcd4f /arch/x86_64/kernel/time.c
parentdd52d642db8ca05267456a07a592922e8b093e1c (diff)
downloadlinux-bdf2b1c9fedf76a1797216559f221e5eaa7a1eab.tar.gz
[PATCH] x86_64: No need to export get_cmos_time anymore
It was only needed for APM Pointed out by Jan Beulich Cc: jbeulich@novell.com Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/kernel/time.c')
-rw-r--r--arch/x86_64/kernel/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/time.c b/arch/x86_64/kernel/time.c
index 7b56aa5b6c3ff3..966d1376b59220 100644
--- a/arch/x86_64/kernel/time.c
+++ b/arch/x86_64/kernel/time.c
@@ -502,7 +502,7 @@ unsigned long long sched_clock(void)
return cycles_2_ns(a);
}
-unsigned long get_cmos_time(void)
+static unsigned long get_cmos_time(void)
{
unsigned int timeout, year, mon, day, hour, min, sec;
unsigned char last, this;