summaryrefslogtreecommitdiffstats
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
parent1740d3448012475f6b63172631c60cbcd1994a81 (diff)
downloadop-kernel-dev-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.zip
op-kernel-dev-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.tar.gz
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>
-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 eeb4d96..b4718b0 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,
},
};
OpenPOWER on IntegriCloud