mmc: msm_sdcc: move SDIO wakeup pin configuration to driver file

If SDIO slot is using the dedicated MSM pins rather than GPIO
pins then SDIO wakeup configuration interrupt would require
calling msm_mpm_* APIs. As of now this configuration was
happening by a function in board file which gets invoked from
driver file whenever needed.

So this change moves this SDIO wakeup pin configuration function
inside SDCC driver file so each and every platform which requires
SDIO wakeup configuration need not to duplication this same
function in their platform board files.

Change-Id: I0562dd24261a154edaaddd35c1ee5dd1f0ace9df
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
3 files changed