ARM: OMAP2+: remove duplicated prototype
authorAlejandro Lucero <alucero@os3sl.com>
Sun, 6 Jun 2021 21:04:22 +0000 (21:04 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 11 Jun 2021 07:41:35 +0000 (10:41 +0300)
The am33xx_init_early prototype is defined twice.

Signed-off-by: Alejandro Lucero <alucero@os3sl.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/common.h

index db446f2..32f58f5 100644 (file)
@@ -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);