diff options
Diffstat (limited to 'arch/arm/mach-msm/smd.c')
-rw-r--r-- | arch/arm/mach-msm/smd.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index de9343ec5cff..cf11d414b425 100644 --- a/arch/arm/mach-msm/smd.c +++ b/arch/arm/mach-msm/smd.c | |||
@@ -1001,6 +1001,13 @@ static int __init msm_smd_probe(struct platform_device *pdev) | |||
1001 | { | 1001 | { |
1002 | pr_info("smd_init()\n"); | 1002 | pr_info("smd_init()\n"); |
1003 | 1003 | ||
1004 | /* | ||
1005 | * If we haven't waited for the ARM9 to boot up till now, | ||
1006 | * then we need to wait here. Otherwise this should just | ||
1007 | * return immediately. | ||
1008 | */ | ||
1009 | proc_comm_boot_wait(); | ||
1010 | |||
1004 | INIT_WORK(&probe_work, smd_channel_probe_worker); | 1011 | INIT_WORK(&probe_work, smd_channel_probe_worker); |
1005 | 1012 | ||
1006 | if (smd_core_init()) { | 1013 | if (smd_core_init()) { |