mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,6 @@ int arch_early_init_r(void);
|
|||
int board_init(void);
|
||||
|
||||
/* cpu/.../interrupt.c */
|
||||
void reset_timer_masked (void);
|
||||
ulong get_timer_masked (void);
|
||||
void udelay_masked (unsigned long usec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue