Commit a1e029b7 authored by Alejandro Lucero's avatar Alejandro Lucero Committed by Tony Lindgren

ARM: OMAP2+: remove duplicated prototype

The am33xx_init_early prototype is defined twice.
Signed-off-by: default avatarAlejandro Lucero <alucero@os3sl.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 78b4b165
...@@ -130,7 +130,6 @@ void am33xx_init_early(void); ...@@ -130,7 +130,6 @@ void am33xx_init_early(void);
void am35xx_init_early(void); void am35xx_init_early(void);
void ti814x_init_early(void); void ti814x_init_early(void);
void ti816x_init_early(void); void ti816x_init_early(void);
void am33xx_init_early(void);
void am43xx_init_early(void); void am43xx_init_early(void);
void am43xx_init_late(void); void am43xx_init_late(void);
void omap4430_init_early(void); void omap4430_init_early(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment