diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-27 10:47:38 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-27 20:20:00 +0100 |
commit | 26135256d3e7d4d12c6268623edc1740888c041f (patch) | |
tree | 738e6182d6ed47190e363b0e86e95557f9ab32ac | |
parent | e73081d9afd4b5fe285d2a585a73d9c6f73ab0dd (diff) | |
download | linux-26135256d3e7d4d12c6268623edc1740888c041f.tar.bz2 |
ARM: ux500: Stop passing ios_handler() as an MMCI power controlling call-back
This fixes a regression introduced during the v3.9 merge window.
Now MMCI on/off functionality is using the regulator framework
from the MMCI driver, if we provide the ios_handler call-back we
essentially duplicate functionality, which causes a large mess
and lots of booting issues.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-sdi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-sdi.c b/arch/arm/mach-ux500/board-mop500-sdi.c index 051b62c27102..7f2cb6c5e2c1 100644 --- a/arch/arm/mach-ux500/board-mop500-sdi.c +++ b/arch/arm/mach-ux500/board-mop500-sdi.c @@ -81,7 +81,6 @@ static struct stedma40_chan_cfg mop500_sdi0_dma_cfg_tx = { #endif struct mmci_platform_data mop500_sdi0_data = { - .ios_handler = mop500_sdi0_ios_handler, .ocr_mask = MMC_VDD_29_30, .f_max = 50000000, .capabilities = MMC_CAP_4_BIT_DATA | |