lib: time: Add microsecond timer
[oweals/u-boot.git] / arch / arm / mach-bcm283x / include / mach / timer.h
index 014355e759ad18ef6552f4b9968eb7fb677b617c..61beb1aba1140687964449802af4427cc4380579 100644 (file)
@@ -25,9 +25,6 @@ struct bcm2835_timer_regs {
        u32 c2;
        u32 c3;
 };
-
-extern ulong get_timer_us(ulong base);
-
 #endif
 
 #endif