ASoC: fsi: PortA/B information was controlled by sh_fsi_port_info
[deliverable/linux.git] / arch / sh / boards / mach-ecovec24 / setup.c
index 033ef2ba621f008c5c92ac0dace7808a5b21035b..1e146fcdb8a0e6a619b39a29de1dad6fd811468f 100644 (file)
@@ -767,7 +767,9 @@ static struct platform_device camera_devices[] = {
 
 /* FSI */
 static struct sh_fsi_platform_info fsi_info = {
-       .portb_flags = SH_FSI_BRS_INV,
+       .port_b = {
+               .flags = SH_FSI_BRS_INV,
+       },
 };
 
 static struct resource fsi_resources[] = {
This page took 0.025077 seconds and 5 git commands to generate.