summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorAlejandro Lucero <alucero@os3sl.com>2021-06-06 21:04:22 +0000
committerTony Lindgren <tony@atomide.com>2021-06-11 10:41:35 +0300
commita1e029b7a544897dafdaff404eec42475f60d647 (patch)
tree11edb5996244132132eda03fbc69f9ea914d2be2 /arch/arm/mach-omap2
parent78b4b165280d3d70e7a217599f0c06a4c0bb11f9 (diff)
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>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/common.h1
1 files changed, 0 insertions, 1 deletions
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);