From: Alejandro Lucero Date: Sun, 6 Jun 2021 21:04:22 +0000 (+0000) Subject: ARM: OMAP2+: remove duplicated prototype X-Git-Tag: accepted/tizen/unified/20230118.172025~6846^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1e029b7a544897dafdaff404eec42475f60d647;p=platform%2Fkernel%2Flinux-rpi.git ARM: OMAP2+: remove duplicated prototype The am33xx_init_early prototype is defined twice. Signed-off-by: Alejandro Lucero Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index db446f2..32f58f5 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);