From: Patrick Delaunay Date: Fri, 5 Oct 2018 09:33:53 +0000 (+0200) Subject: arm: remove duplicated prototypes in u-boot.arm.h X-Git-Tag: v2018.11-rc2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=606f3a74e62db197bda104d1c472be9614957ee2;p=platform%2Fkernel%2Fu-boot.git arm: remove duplicated prototypes in u-boot.arm.h Remove the function prototypes duplicated between u-boot.arm.h and init.h/common.h Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/include/asm/u-boot-arm.h b/arch/arm/include/asm/u-boot-arm.h index 2eaefb4..2e8c8e5 100644 --- a/arch/arm/include/asm/u-boot-arm.h +++ b/arch/arm/include/asm/u-boot-arm.h @@ -24,16 +24,13 @@ extern ulong _datarelro_start_ofs; extern ulong IRQ_STACK_START_IN; /* 8 bytes in IRQ stack */ /* cpu/.../cpu.c */ -int cpu_init(void); int cleanup_before_linux(void); /* Set up ARMv7 MMU, caches and TLBs */ void cpu_init_cp15(void); /* cpu/.../arch/cpu.c */ -int arch_cpu_init(void); int arch_misc_init(void); -int arch_early_init_r(void); /* board/.../... */ int board_init(void);