diff options
author | Sahitya Tummala <stummala@codeaurora.org> | 2010-07-29 16:55:34 +0530 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-08-09 15:48:23 -0700 |
commit | b5d643de3ea28d7844a3a1a00a0a6f50897a2a6b (patch) | |
tree | 1c3cf983d43b386a64c930332862fd306395015f /arch/arm/mach-msm/devices-msm7x00.c | |
parent | 28d6c3db679dc83a0e77b5a540afb0594bdb7056 (diff) |
msm: mmc: Add msm prefix to platform data structure
Rename mmc_platform_data to msm_mmc_platform_data as it is used
only by MSM platform.
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/devices-msm7x00.c')
-rw-r--r-- | arch/arm/mach-msm/devices-msm7x00.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/devices-msm7x00.c b/arch/arm/mach-msm/devices-msm7x00.c index fde9d8f69f10..4e8c0bcdc92d 100644 --- a/arch/arm/mach-msm/devices-msm7x00.c +++ b/arch/arm/mach-msm/devices-msm7x00.c @@ -322,7 +322,8 @@ static struct platform_device *msm_sdcc_devices[] __initdata = { &msm_device_sdc4, }; -int __init msm_add_sdcc(unsigned int controller, struct mmc_platform_data *plat, +int __init msm_add_sdcc(unsigned int controller, + struct msm_mmc_platform_data *plat, unsigned int stat_irq, unsigned long stat_irq_flags) { struct platform_device *pdev; |