mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 21:11:18 +02:00
arm: remove prototype for arch_interrupt_init
Remove prototype for no more existing function Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
committed by
Tom Rini
parent
fd3d1212a2
commit
1c8e9fae16
@@ -39,7 +39,6 @@ int arch_early_init_r(void);
|
||||
int board_init(void);
|
||||
|
||||
/* cpu/.../interrupt.c */
|
||||
int arch_interrupt_init (void);
|
||||
void reset_timer_masked (void);
|
||||
ulong get_timer_masked (void);
|
||||
void udelay_masked (unsigned long usec);
|
||||
|
Reference in New Issue
Block a user