aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-03-06 16:14:15 -0800
committerPaul Mundt <lethal@linux-sh.org>2012-03-07 17:04:29 +0900
commite49d603c181b6004e2f6b5ad6d86daab84f22fe6 (patch)
tree158af1f1f5645ae919c94635e9a10f8f1c4921a7 /arch/arm/mach-shmobile
parentARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer (diff)
downloadlinux-dev-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.tar.xz
linux-dev-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.zip
ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index eeb4d9664584..b4718b00e827 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -794,7 +794,7 @@ static struct fsi_ak4642_info fsi2_ak4643_info = {
static struct platform_device fsi_ak4643_device = {
.name = "fsi-ak4642-audio",
.dev = {
- .platform_data = &fsi_info,
+ .platform_data = &fsi2_ak4643_info,
},
};