projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3d121
)
arm: remove prototype for arch_interrupt_init
author
Patrick Delaunay
<patrick.delaunay@st.com>
Fri, 5 Oct 2018 09:33:49 +0000
(11:33 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 10 Oct 2018 17:35:09 +0000
(13:35 -0400)
Remove prototype for no more existing function
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/include/asm/u-boot-arm.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/u-boot-arm.h
b/arch/arm/include/asm/u-boot-arm.h
index cc828c45045c369919b26ebe883e47bca6d81a3a..e08435a2720f1eaa40e84a7138e665632d026442 100644
(file)
--- 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);