patch-2.1.32 linux/arch/i386/kernel/time.c

Next file: linux/arch/i386/kernel/traps.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.31/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -454,7 +454,8 @@
 	  )*60 + sec; /* finally seconds */
 }
 
-static unsigned long get_cmos_time(void)
+/* not static: needed by APM */
+unsigned long get_cmos_time(void)
 {
 	unsigned int year, mon, day, hour, min, sec;
 	int i;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov