mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00: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:
parent
fd3d1212a2
commit
1c8e9fae16
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue