From: Paul M. <le...@us...> - 2001-08-25 02:19:30
|
Update of /cvsroot/linux-mips/linux/arch/mips/gt64120/momenco_ocelot In directory usw-pr-cvs1:/tmp/cvs-serv13548/arch/mips/gt64120/momenco_ocelot Modified Files: setup.c Log Message: Sync to 2.4.7 Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/gt64120/momenco_ocelot/setup.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** setup.c 2001/06/22 02:29:32 1.1.1.1 --- setup.c 2001/08/25 02:19:27 1.2 *************** *** 39,42 **** --- 39,43 ---- #include <linux/kernel.h> #include <linux/types.h> + #include <linux/mc146818rtc.h> #include <linux/mm.h> #include <linux/swap.h> *************** *** 65,69 **** extern struct rtc_ops no_rtc_ops; - struct rtc_ops *rtc_ops; unsigned long gt64120_base = KSEG1ADDR(GT_DEF_BASE); --- 66,69 ---- *************** *** 73,78 **** extern void momenco_ocelot_halt(void); extern void momenco_ocelot_power_off(void); - - char arcs_cmdline[COMMAND_LINE_SIZE]= { ""/*console=ttyS0,9600"*/ }; extern void gt64120_time_init(void); --- 73,76 ---- |