Drop CONFIG_SHOW_ACTIVITY
[oweals/u-boot.git] / drivers / timer / mpc83xx_timer.c
index 8e541109d4eaf69f4624fd93085eed4e1f1d0a70..9bc32f9b281f25f13a4aee2fbe14d0e0d339c10f 100644 (file)
@@ -171,10 +171,6 @@ void timer_interrupt(struct pt_regs *regs)
 #ifdef CONFIG_LED_STATUS
        status_led_tick(priv->timestamp);
 #endif /* CONFIG_LED_STATUS */
-
-#ifdef CONFIG_SHOW_ACTIVITY
-       board_show_activity(priv->timestamp);
-#endif /* CONFIG_SHOW_ACTIVITY */
 }
 
 void wait_ticks(ulong ticks)