ARM: OMAP2+: remove duplicated prototype

The am33xx_init_early prototype is defined twice.

Signed-off-by: Alejandro Lucero <alucero@os3sl.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Alejandro Lucero 2021-06-06 21:04:22 +00:00 коммит произвёл Tony Lindgren
Родитель 78b4b16528
Коммит a1e029b7a5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);