arm: remove prototype for reset_timer_masked
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / s5p-common / timer.c
index b37892c..0048cd8 100644 (file)
@@ -19,6 +19,7 @@
 DECLARE_GLOBAL_DATA_PTR;
 
 unsigned long get_current_tick(void);
+static void reset_timer_masked(void);
 
 /* macro to read the 16 bit timer */
 static inline struct s5p_timer *s5p_get_base_timer(void)
@@ -106,7 +107,7 @@ void __udelay(unsigned long usec)
                ;
 }
 
-void reset_timer_masked(void)
+static void reset_timer_masked(void)
 {
        struct s5p_timer *const timer = s5p_get_base_timer();