diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-10-05 11:33:49 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-10 13:35:09 -0400 |
commit | 1c8e9fae16dc363f90a474e7f0b68d90a213034f (patch) | |
tree | 47ae86f2f5fce3337749a895a3f8d97e68f62377 | |
parent | fd3d1212a2cbbcde848dc109d4c2bbfb759f9d4e (diff) |
arm: remove prototype for arch_interrupt_init
Remove prototype for no more existing function
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
-rw-r--r-- | arch/arm/include/asm/u-boot-arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h index cc828c4504..e08435a272 100644 --- a/arch/arm/include/asm/u-boot-arm.h +++ b/arch/arm/include/asm/u-boot-arm.h @@ -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); |