diff mbox series

ARM: OMAP2+: remove duplicated prototype

Message ID 20210606210422.2064255-1-alucero@os3sl.com
State New
Headers show
Series ARM: OMAP2+: remove duplicated prototype | expand

Commit Message

Alejandro Lucero June 6, 2021, 9:04 p.m. UTC
The am33xx_init_early prototype is defined twice.

Signed-off-by: Alejandro Lucero <alucero@os3sl.com>
---
 arch/arm/mach-omap2/common.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index db446f271f5d..32f58f58515e 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -130,7 +130,6 @@  void am33xx_init_early(void);
 void am35xx_init_early(void);
 void ti814x_init_early(void);
 void ti816x_init_early(void);
-void am33xx_init_early(void);
 void am43xx_init_early(void);
 void am43xx_init_late(void);
 void omap4430_init_early(void);