From: James S. <jsi...@us...> - 2001-09-04 16:14:45
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv13409 Modified Files: time.h Log Message: Synced up. Index: time.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/time.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** time.h 2001/08/25 06:24:46 1.4 --- time.h 2001/09/04 16:14:43 1.5 *************** *** 22,26 **** #include <linux/ptrace.h> /* for struct pt_regs */ #include <linux/linkage.h> /* for asmlinkage */ ! #include <linux/rtc.h> /* for struct rtc_time */ /* --- 22,26 ---- #include <linux/ptrace.h> /* for struct pt_regs */ #include <linux/linkage.h> /* for asmlinkage */ ! #include <linux/rtc.h> /* for struct rtc_time */ /* *************** *** 34,38 **** /* * to_tm() converts system time back to (year, mon, day, hour, min, sec). ! * It is intended to help implement rtc_set_time() functions. * Copied from PPC implementation. */ --- 34,38 ---- /* * to_tm() converts system time back to (year, mon, day, hour, min, sec). ! * It is intended to help implement rtc_set_time() functions. * Copied from PPC implementation. */ |