Commit 28d6c3db authored by Sahitya Tummala's avatar Sahitya Tummala Committed by Daniel Walker

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: default avatarSahitya Tummala <stummala@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 4416e9eb
......@@ -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)
{
......
......@@ -18,6 +18,7 @@
#define __ASM_ARCH_MSM_BOARD_H
#include <linux/types.h>
#include <mach/mmc.h>
/* platform device data structures */
......@@ -40,5 +41,7 @@ void __init msm_init_irq(void);
void __init msm_init_gpio(void);
void __init msm_clock_init(struct clk *clock_tbl, unsigned num_clocks);
void __init msm_acpu_clock_init(struct msm_acpu_clock_platform_data *);
int __init msm_add_sdcc(unsigned int controller, struct mmc_platform_data *plat,
unsigned int stat_irq, unsigned long stat_irq_flags);
#endif
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