]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MMC: OMAP: Remove unnecessary extern sdp_mmc_init
authorFrancisco Alecrim <francisco.alecrim@indt.org.br>
Fri, 25 Apr 2008 19:05:02 +0000 (22:05 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Apr 2008 00:22:11 +0000 (17:22 -0700)
Remove unnecessary extern sdp_mmc_init() at board header. New extern
hsmmc_init() defined include/asm-arm/arch-omap/hsmmc.h.

Signed-off-by: Francisco Alecrim <francisco.alecrim@indt.org.br>
Acked-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/board-2430sdp.h
include/asm-arm/arch-omap/board-3430sdp.h
include/asm-arm/arch-omap/board-omap3beagle.h

index ad682c5584228b54d12c5c6f6938413ea6915dbc..b308e883caf2b4ca7fad63d2f1f06c3748b8827c 100644 (file)
@@ -39,6 +39,5 @@
 /* Function prototypes */
 extern void sdp2430_flash_init(void);
 extern void sdp2430_usb_init(void);
-extern void sdp_mmc_init(void);
 
 #endif /* __ASM_ARCH_OMAP_2430SDP_H */
index 34e878acaeea85cb4eef4b886e543a24b3111728..77f8647ea23ca485819a86cae7cffdf30ee2d25e 100644 (file)
@@ -30,7 +30,6 @@
 #define __ASM_ARCH_OMAP_3430SDP_H
 
 extern void sdp3430_usb_init(void);
-extern void sdp_mmc_init(void);
 
 #define DEBUG_BASE                     0x08000000  /* debug board */
 
index 782e2e5547c56730ff9643c539ad1f8b8f38ad90..14db589caafa02a97a31011cf7c05808ccb81299 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef __ASM_ARCH_OMAP3_BEAGLE_H
 #define __ASM_ARCH_OMAP3_BEAGLE_H
 
-extern void sdp_mmc_init(void);
-
 #define TWL4030_IRQNUM         INT_34XX_SYS_NIRQ
 
 #endif /* __ASM_ARCH_OMAP3_BEAGLE_H */