diff options
author | Stefano Babic | 2011-09-06 16:46:07 +0200 |
---|---|---|
committer | Albert ARIBAUD | 2011-11-03 22:56:18 +0100 |
commit | f6dc192e1496becba7c1c3405b458a9de5dff245 (patch) | |
tree | 16d6442f2b1834a41f20155ece242ca73a333fcb | |
parent | a1c662965dcdc6f0986691db2ddfcbc963e82194 (diff) |
MX35: Drop unnecessary prototypes from imx-regs.h
Signed-off-by: Stefano Babic <sbabic@denx.de>
-rw-r--r-- | arch/arm/include/asm/arch-mx35/imx-regs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-mx35/imx-regs.h b/arch/arm/include/asm/arch-mx35/imx-regs.h index fb9dc68e09a..25c324eb36f 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 */ |