arm: remove prototype for get_timer_masked
[oweals/u-boot.git] / arch / arm / mach-orion5x / timer.c
index 92725d30f3741fc4e3d4f7d64666345f23fe69a3..6aaf94ae0872c781310c7aa7c5fdac38eb38dcb2 100644 (file)
@@ -78,7 +78,7 @@ DECLARE_GLOBAL_DATA_PTR;
 #define timestamp gd->arch.tbl
 #define lastdec gd->arch.lastinc
 
-ulong get_timer_masked(void)
+static ulong get_timer_masked(void)
 {
        ulong now = read_timer();