mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
arm: remove prototype for reset_timer_masked
Remove prototype for function only used in one file Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
1c8e9fae16
commit
aad5b4a351
@ -19,6 +19,7 @@
|
|||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
unsigned long get_current_tick(void);
|
unsigned long get_current_tick(void);
|
||||||
|
static void reset_timer_masked(void);
|
||||||
|
|
||||||
/* macro to read the 16 bit timer */
|
/* macro to read the 16 bit timer */
|
||||||
static inline struct s5p_timer *s5p_get_base_timer(void)
|
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();
|
struct s5p_timer *const timer = s5p_get_base_timer();
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,6 @@ int arch_early_init_r(void);
|
|||||||
int board_init(void);
|
int board_init(void);
|
||||||
|
|
||||||
/* cpu/.../interrupt.c */
|
/* cpu/.../interrupt.c */
|
||||||
void reset_timer_masked (void);
|
|
||||||
ulong get_timer_masked (void);
|
ulong get_timer_masked (void);
|
||||||
void udelay_masked (unsigned long usec);
|
void udelay_masked (unsigned long usec);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user