mmc: sdhci-msm: make probe as async probe

sdhci probe uses sleep calls, which stalls kernel
booting until sleep completes.
So, make sdhci probe as async probe to unblock
the kernel booting, and the probe is scheduled
asynchronously.

Change-Id: Id2e09547410e7eccda1dd95c180df7737ba187e2
Signed-off-by: Lingutla Chandrasekhar <clingutla@codeaurora.org>
1 file changed