summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-06-20 23:00:11 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-06-21 17:49:43 +0900
commit9e05cdde0c6bb8c3c3ee12e6d6123c6f9f85eea6 (patch)
tree5f9f96e499e2dc2390e8fecb65f652ed0e36986f /arch/arm/mach-shmobile/board-ag5evm.c
parent5a5685525dbadbe31b8efb113c0d41be8cddda09 (diff)
downloadlinux-3.10-9e05cdde0c6bb8c3c3ee12e6d6123c6f9f85eea6.tar.gz
linux-3.10-9e05cdde0c6bb8c3c3ee12e6d6123c6f9f85eea6.tar.bz2
linux-3.10-9e05cdde0c6bb8c3c3ee12e6d6123c6f9f85eea6.zip
ARM: mach-shmobile: ag5evm: consistently name sdhi info structures
Name the SDHI1 instance sh_sdhi1_info to be consistent with sh_sdhi0_info. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index 1e2aba23e0d..ce5c2513c6c 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -381,7 +381,7 @@ void ag5evm_sdhi1_set_pwr(struct platform_device *pdev, int state)
gpio_set_value(GPIO_PORT114, state);
}
-static struct sh_mobile_sdhi_info sh_sdhi1_platdata = {
+static struct sh_mobile_sdhi_info sh_sdhi1_info = {
.tmio_flags = TMIO_MMC_WRPROTECT_DISABLE,
.tmio_caps = MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ,
.tmio_ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34,
@@ -413,7 +413,7 @@ static struct platform_device sdhi1_device = {
.name = "sh_mobile_sdhi",
.id = 1,
.dev = {
- .platform_data = &sh_sdhi1_platdata,
+ .platform_data = &sh_sdhi1_info,
},
.num_resources = ARRAY_SIZE(sdhi1_resources),
.resource = sdhi1_resources,