Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc08c773 authored by Pratibhasagar V's avatar Pratibhasagar V
Browse files

msm: 8916: Remove AUXDATA for SDHC devices for MSM8916



For MSM8916 remove the AUXDATA for 32-bit kernel to be in
consistent with 64-bit kernel as well

Change-Id: Ic44462e2365cd8cac4e059e0358f8f8c89667101
Signed-off-by: default avatarPratibhasagar V <pratibha@codeaurora.org>
parent 360013b1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,8 +44,6 @@ static void __init msm8916_map_io(void)
}

static struct of_dev_auxdata msm8916_auxdata_lookup[] __initdata = {
	OF_DEV_AUXDATA("qcom,sdhci-msm", 0x07824900, "msm_sdcc.1", NULL),
	OF_DEV_AUXDATA("qcom,sdhci-msm", 0x07864900, "msm_sdcc.2", NULL),
	{}
};