diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-03-06 16:14:15 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-07 17:04:29 +0900 |
commit | e49d603c181b6004e2f6b5ad6d86daab84f22fe6 (patch) | |
tree | 158af1f1f5645ae919c94635e9a10f8f1c4921a7 | |
parent | 1740d3448012475f6b63172631c60cbcd1994a81 (diff) | |
download | linux-3.10-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.tar.gz linux-3.10-e49d603c181b6004e2f6b5ad6d86daab84f22fe6.tar.bz2 linux-3.10-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>
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
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 eeb4d966458..b4718b00e82 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, }, }; |