diff options
author | Sahitya Tummala <stummala@codeaurora.org> | 2010-07-29 07:25:34 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-08-09 18:48:23 -0400 |
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 = { | |||
322 | &msm_device_sdc4, | 322 | &msm_device_sdc4, |
323 | }; | 323 | }; |
324 | 324 | ||
325 | int __init msm_add_sdcc(unsigned int controller, struct mmc_platform_data *plat, | 325 | int __init msm_add_sdcc(unsigned int controller, |
326 | struct msm_mmc_platform_data *plat, | ||
326 | unsigned int stat_irq, unsigned long stat_irq_flags) | 327 | unsigned int stat_irq, unsigned long stat_irq_flags) |
327 | { | 328 | { |
328 | struct platform_device *pdev; | 329 | struct platform_device *pdev; |