diff options
author | viresh kumar <viresh.kumar@st.com> | 2011-03-07 05:57:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-09 09:49:46 +0000 |
commit | 069580b831dba8da8a0751770ee2b2d7a43faf33 (patch) | |
tree | 161e0f865cafae1358d9a8d62eb280e646704a98 /arch/arm/mach-spear3xx/spear300_evb.c | |
parent | 02aa06bc49fdb1749f350649c46b74da50290414 (diff) | |
download | blackbird-obmc-linux-069580b831dba8da8a0751770ee2b2d7a43faf33.tar.gz blackbird-obmc-linux-069580b831dba8da8a0751770ee2b2d7a43faf33.zip |
ARM: 6789/1: SPEAr3xx: Rename sdio to sdhci
Device name of SD/MMC/SDIO controller in linux is sdhci. To maintain
consistency across all spear code, rename sdio to sdhci.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear3xx/spear300_evb.c')
-rw-r--r-- | arch/arm/mach-spear3xx/spear300_evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear3xx/spear300_evb.c b/arch/arm/mach-spear3xx/spear300_evb.c index 77c9b83acb15..42d2253ef540 100644 --- a/arch/arm/mach-spear3xx/spear300_evb.c +++ b/arch/arm/mach-spear3xx/spear300_evb.c @@ -28,7 +28,7 @@ static struct pmx_dev *pmx_devs[] = { /* spear300 specific devices */ &pmx_fsmc_2_chips, &pmx_clcd, - &pmx_telecom_sdio_4bit, + &pmx_telecom_sdhci_4bit, &pmx_gpio1, }; |