From: Stefano Babic Date: Tue, 6 Sep 2011 14:46:07 +0000 (+0200) Subject: MX35: Drop unnecessary prototypes from imx-regs.h X-Git-Tag: v2011.12-rc1~228^2~107 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f6dc192e1496becba7c1c3405b458a9de5dff245;p=u-boot MX35: Drop unnecessary prototypes from imx-regs.h Signed-off-by: Stefano Babic --- diff --git a/arch/arm/include/asm/arch-mx35/imx-regs.h b/arch/arm/include/asm/arch-mx35/imx-regs.h index fb9dc68e09..25c324eb36 100644 --- a/arch/arm/include/asm/arch-mx35/imx-regs.h +++ b/arch/arm/include/asm/arch-mx35/imx-regs.h @@ -323,9 +323,5 @@ struct esdc_regs { #define CCM_RCSR_NF_16BIT_SEL (1 << 14) -extern unsigned int get_board_rev(void); -extern int is_soc_rev(int rev); -extern int sdhc_init(void); - #endif #endif /* __ASM_ARCH_MX35_H */