microblaze: intc: Clear interrupt code
[oweals/u-boot.git] / arch / microblaze / cpu / timer.c
index fdcd9e3bc605df65f374229d5ca69c7ad8cc6782..cc6b897fbb570a8bea12d1c51a0bd355429654c8 100644 (file)
@@ -40,7 +40,6 @@ ulong get_timer (ulong base)
 }
 #endif
 
-#ifdef CONFIG_SYS_INTC_0
 #ifdef CONFIG_SYS_TIMER_0
 void __udelay(unsigned long usec)
 {
@@ -80,7 +79,6 @@ int timer_init (void)
        return 0;
 }
 #endif
-#endif
 
 /*
  * This function is derived from PowerPC code (read timebase as long long).