[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>

authored by Andi Kleen and committed by Linus Torvalds bdf2b1c9 dd52d642

+1 -4
+1 -1
arch/x86_64/kernel/time.c
··· 502 502 return cycles_2_ns(a); 503 503 } 504 504 505 - unsigned long get_cmos_time(void) 505 + static unsigned long get_cmos_time(void) 506 506 { 507 507 unsigned int timeout, year, mon, day, hour, min, sec; 508 508 unsigned char last, this;
-3
arch/x86_64/kernel/x8664_ksyms.c
··· 44 44 EXPORT_SYMBOL(drive_info); 45 45 #endif 46 46 47 - extern unsigned long get_cmos_time(void); 48 - 49 47 /* platform dependent support */ 50 48 EXPORT_SYMBOL(boot_cpu_data); 51 49 //EXPORT_SYMBOL(dump_fpu); ··· 53 55 EXPORT_SYMBOL(kernel_thread); 54 56 EXPORT_SYMBOL(pm_idle); 55 57 EXPORT_SYMBOL(pm_power_off); 56 - EXPORT_SYMBOL(get_cmos_time); 57 58 58 59 EXPORT_SYMBOL(__down_failed); 59 60 EXPORT_SYMBOL(__down_failed_interruptible);