--- zzzz-none-000/linux-2.6.19.2/arch/mips/gt64120/ev64120/setup.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/mips/gt64120/ev64120/setup.c 2007-01-11 07:38:19.000000000 +0000 @@ -68,6 +68,7 @@ * Initializes basic routines and structures pointers, memory size (as * given by the bios and saves the command line. */ +extern void gt64120_time_init(void); void __init plat_mem_setup(void) { @@ -75,6 +76,7 @@ _machine_halt = galileo_machine_halt; pm_power_off = galileo_machine_power_off; + board_time_init = gt64120_time_init; set_io_port_base(KSEG1); }