From: Kuninori Morimoto Date: Wed, 7 Mar 2012 00:14:15 +0000 (-0800) Subject: ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo X-Git-Tag: v3.3~27^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49d603c181b6004e2f6b5ad6d86daab84f22fe6;p=pandora-kernel.git ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- 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, }, };