This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / vr41xx / common / rtc.c
index 07173af..6fa5fdc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  rtc.c, RTC(has only timer function) routines for NEC VR4100 series.
  *
- *  Copyright (C) 2003-2004  Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
+ *  Copyright (C) 2003  Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -310,12 +310,8 @@ static void __init vr41xx_timer_setup(struct irqaction *irq)
        setup_irq(ELAPSEDTIME_IRQ, irq);
 }
 
-static int __init vr41xx_rtc_init(void)
+void __init vr41xx_rtc_init(void)
 {
        board_time_init = vr41xx_time_init;
        board_timer_setup = vr41xx_timer_setup;
-
-       return 0;
 }
-
-early_initcall(vr41xx_rtc_init);