From 28d6c3db679dc83a0e77b5a540afb0594bdb7056 Mon Sep 17 00:00:00 2001 From: Sahitya Tummala Date: Thu, 29 Jul 2010 16:52:19 +0530 Subject: msm: trout: Remove extern declaration from source file Add msm_add_sdcc() prototype to mach/board.h to fix the checkpatch warning. Signed-off-by: Sahitya Tummala Signed-off-by: Daniel Walker --- arch/arm/mach-msm/board-trout-mmc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-msm/board-trout-mmc.c') diff --git a/arch/arm/mach-msm/board-trout-mmc.c b/arch/arm/mach-msm/board-trout-mmc.c index 7a773f8c13dc..0ba3e92e7493 100644 --- a/arch/arm/mach-msm/board-trout-mmc.c +++ b/arch/arm/mach-msm/board-trout-mmc.c @@ -26,9 +26,6 @@ #define DEBUG_SDSLOT_VDD 1 -extern int msm_add_sdcc(unsigned int controller, struct mmc_platform_data *plat, - unsigned int stat_irq, unsigned long stat_irq_flags); - /* ---- COMMON ---- */ static void config_gpio_table(uint32_t *table, int len) { -- cgit v1.2.3-73-gaa49b