Commit b7160f07 authored by Francisco Alecrim's avatar Francisco Alecrim Committed by Tony Lindgren

MMC: OMAP: Remove unnecessary extern sdp_mmc_init

Remove unnecessary extern sdp_mmc_init() at board header. New extern
hsmmc_init() defined include/asm-arm/arch-omap/hsmmc.h.
Signed-off-by: default avatarFrancisco Alecrim <francisco.alecrim@indt.org.br>
Acked-by: default avatarCarlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fa8df623
...@@ -39,6 +39,5 @@ ...@@ -39,6 +39,5 @@
/* Function prototypes */ /* Function prototypes */
extern void sdp2430_flash_init(void); extern void sdp2430_flash_init(void);
extern void sdp2430_usb_init(void); extern void sdp2430_usb_init(void);
extern void sdp_mmc_init(void);
#endif /* __ASM_ARCH_OMAP_2430SDP_H */ #endif /* __ASM_ARCH_OMAP_2430SDP_H */
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define __ASM_ARCH_OMAP_3430SDP_H #define __ASM_ARCH_OMAP_3430SDP_H
extern void sdp3430_usb_init(void); extern void sdp3430_usb_init(void);
extern void sdp_mmc_init(void);
#define DEBUG_BASE 0x08000000 /* debug board */ #define DEBUG_BASE 0x08000000 /* debug board */
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#ifndef __ASM_ARCH_OMAP3_BEAGLE_H #ifndef __ASM_ARCH_OMAP3_BEAGLE_H
#define __ASM_ARCH_OMAP3_BEAGLE_H #define __ASM_ARCH_OMAP3_BEAGLE_H
extern void sdp_mmc_init(void);
#define TWL4030_IRQNUM INT_34XX_SYS_NIRQ #define TWL4030_IRQNUM INT_34XX_SYS_NIRQ
#endif /* __ASM_ARCH_OMAP3_BEAGLE_H */ #endif /* __ASM_ARCH_OMAP3_BEAGLE_H */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment