diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-03-06 19:14:15 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-03-07 03:04:29 -0500 |
commit | e49d603c181b6004e2f6b5ad6d86daab84f22fe6 (patch) | |
tree | 158af1f1f5645ae919c94635e9a10f8f1c4921a7 /arch | |
parent | 1740d3448012475f6b63172631c60cbcd1994a81 (diff) |
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')
-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 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 = { | |||
794 | static struct platform_device fsi_ak4643_device = { | 794 | static struct platform_device fsi_ak4643_device = { |
795 | .name = "fsi-ak4642-audio", | 795 | .name = "fsi-ak4642-audio", |
796 | .dev = { | 796 | .dev = { |
797 | .platform_data = &fsi_info, | 797 | .platform_data = &fsi2_ak4643_info, |
798 | }, | 798 | }, |
799 | }; | 799 | }; |
800 | 800 | ||