--- 2.3.99-pre7-pre2/drivers/video/fbcon.c Wed Mar 15 16:45:13 2000 +++ 2.3.99-pre7-pre2-VM/drivers/video/fbcon.c Wed May 3 04:03:04 2000 @@ -229,7 +229,7 @@ static void cursor_timer_handler(unsigned long dev_addr); static struct timer_list cursor_timer = { - NULL, NULL, 0, 0L, cursor_timer_handler + function: cursor_timer_handler, }; static void cursor_timer_handler(unsigned long dev_addr) @@ -237,7 +237,7 @@ fbcon_vbl_handler(0, NULL, NULL); cursor_timer.expires = jiffies+HZ/50; cursor_timer.data = 0; - cursor_timer.next = cursor_timer.prev = NULL; + cursor_timer.list.next = cursor_timer.list.prev = NULL; add_timer(&cursor_timer); } @@ -412,7 +412,7 @@ cursor_blink_rate = DEFAULT_CURSOR_BLINK_RATE; cursor_timer.expires = jiffies+HZ/50; cursor_timer.data = 0; - cursor_timer.next = cursor_timer.prev = NULL; + cursor_timer.list.next = cursor_timer.list.prev = NULL; add_timer(&cursor_timer); }