aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-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 d4cc2dec573..82483d5f200 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -801,7 +801,7 @@ static struct fsi_ak4642_info fsi2_ak4643_info = {
801static struct platform_device fsi_ak4643_device = { 801static struct platform_device fsi_ak4643_device = {
802 .name = "fsi-ak4642-audio", 802 .name = "fsi-ak4642-audio",
803 .dev = { 803 .dev = {
804 .platform_data = &fsi_info, 804 .platform_data = &fsi2_ak4643_info,
805 }, 805 },
806}; 806};
807 807