From: Paul M. <le...@us...> - 2001-08-25 06:24:49
|
Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common In directory usw-pr-cvs1:/tmp/cvs-serv25707/arch/mips/ddb5xxx/common Modified Files: rtc_ds1386.c Log Message: Synced with Ralf's 2.4.8 code. Index: rtc_ds1386.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/common/rtc_ds1386.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rtc_ds1386.c 2001/08/23 04:20:15 1.2 --- rtc_ds1386.c 2001/08/25 06:24:45 1.3 *************** *** 1,4 **** ! /*********************************************************************** ! * * Copyright 2001 MontaVista Software Inc. * Author: js...@mv... or js...@ju... --- 1,3 ---- ! /* * Copyright 2001 MontaVista Software Inc. * Author: js...@mv... or js...@ju... *************** *** 11,16 **** * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. - * - *********************************************************************** */ --- 10,13 ---- *************** *** 169,172 **** rtc_set_time = rtc_ds1386_set_time; } - - --- 166,167 ---- |