Revision 2507c12a hw/omap_dss.c

b/hw/omap_dss.c
1045 1045
    iomemtype[3] = l4_register_io_memory(omap_venc1_readfn,
1046 1046
                    omap_venc1_writefn, s);
1047 1047
    iomemtype[4] = cpu_register_io_memory(omap_im3_readfn,
1048
                    omap_im3_writefn, s);
1048
                    omap_im3_writefn, s, DEVICE_NATIVE_ENDIAN);
1049 1049
    omap_l4_attach(ta, 0, iomemtype[0]);
1050 1050
    omap_l4_attach(ta, 1, iomemtype[1]);
1051 1051
    omap_l4_attach(ta, 2, iomemtype[2]);

Also available in: Unified diff