From: Paul M. <le...@us...> - 2001-08-25 02:19:30
|
Update of /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120 In directory usw-pr-cvs1:/tmp/cvs-serv13548/arch/mips/galileo-boards/ev64120 Modified Files: setup.c Log Message: Sync to 2.4.7 Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/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:31 1.1.1.1 --- setup.c 2001/08/25 02:19:27 1.2 *************** *** 56,60 **** extern struct rtc_ops no_rtc_ops; - struct rtc_ops *rtc_ops; /* These functions are used for rebooting or halting the machine*/ --- 56,59 ---- *************** *** 85,89 **** } ! void (*board_time_init) (struct irqaction * irq); static unsigned char galileo_rtc_read_data(unsigned long addr) --- 84,88 ---- } ! extern void (*board_time_init) (struct irqaction * irq); static unsigned char galileo_rtc_read_data(unsigned long addr) |