Enable the EMAC clock in at91_macb_hw_init().
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / omap / timer.c
index f2e4debc0050d02457bb13b3edb86e4440a54963..390c9c8abb5fd40bb0503eb9060af717e1c3f6df 100644 (file)
@@ -65,12 +65,6 @@ int timer_init (void)
 /*
  * timer without interrupts
  */
-
-void reset_timer (void)
-{
-       reset_timer_masked ();
-}
-
 ulong get_timer (ulong base)
 {
        return get_timer_masked () - base;