On Thu, May 24, 2012 at 1:01 AM, Tomi Valkeinen tomi.valkeinen@ti.com wrote:
+struct omap_drm_platform_data {
- struct omap_kms_platform_data *kms_pdata;
+};
This one is missing struct omap_dmm_platform_data *dmm_pdata, so you didn't just move the struct. Is that on purpose?
Good point. I can clean that up.
Andy