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:
Patrick Delaunay 2018-10-05 11:33:49 +02:00 committed by Tom Rini
parent fd3d1212a2
commit 1c8e9fae16

View file

@ -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);