From: Paul M. <le...@us...> - 2002-04-21 20:02:46
|
Update of /cvsroot/linux-mips/linux/arch/mips/sibyte/swarm In directory usw-pr-cvs1:/tmp/cvs-serv3535/arch/mips/sibyte/swarm Modified Files: setup.c Log Message: More OSS syncing.. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/sibyte/swarm/setup.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- setup.c 18 Mar 2002 22:54:22 -0000 1.10 +++ setup.c 21 Apr 2002 20:01:13 -0000 1.11 @@ -43,7 +43,6 @@ #include "cfe_api.h" #include "cfe_error.h" -extern struct rtc_ops swarm_rtc_ops; extern int cfe_console_handle; #ifdef CONFIG_BLK_DEV_IDE_SWARM @@ -270,8 +269,6 @@ "board" #endif " runs\n"); - -// board_timer_setup = swarm_time_init; #ifdef CONFIG_BLK_DEV_IDE_SWARM ide_ops = &swarm_ide_ops; |