]> git.sur5r.net Git - u-boot/blobdiff - arch/sparc/cpu/leon3/interrupts.c
sparc: Remove non-generic board init files: board.c, time.c
[u-boot] / arch / sparc / cpu / leon3 / interrupts.c
index 2312b58d29b11237f4a58e2f28a3f947e42902b2..00c3288774fbab5ac166b3ca02a2a190eb318257 100644 (file)
@@ -124,17 +124,6 @@ int interrupt_init_cpu(void)
 
 /****************************************************************************/
 
-/* Handle Timer 0 IRQ */
-void timer_interrupt_cpu(void *arg)
-{
-       gptimer->e[0].ctrl = (GPTIMER_CTRL_EN | GPTIMER_CTRL_RS |
-                             GPTIMER_CTRL_LD | GPTIMER_CTRL_IE);
-       /* nothing to do here */
-       return;
-}
-
-/****************************************************************************/
-
 /*
  * Install and free a interrupt handler.
  */