diff options
-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 | ||