omap_overlay_manager contains device_changed field, which no longer has
any use. So remove the field and the few places where it is touched.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
 
        mp = get_mgr_priv(mgr);
 
-       if (mgr->device_changed) {
-               mgr->device_changed = false;
-               mp->user_info_dirty  = true;
-       }
-
        if (!mp->user_info_dirty)
                return;
 
 
        dssdev->manager = mgr;
        mgr->device = dssdev;
-       mgr->device_changed = true;
 
        mutex_unlock(&apply_lock);
 
 
        mgr->device->manager = NULL;
        mgr->device = NULL;
-       mgr->device_changed = true;
 
        mutex_unlock(&apply_lock);
 
 
        /* dynamic fields */
        struct omap_dss_device *device;
 
-       bool device_changed;
-
        int (*set_device)(struct omap_overlay_manager *mgr,
                struct omap_dss_device *dssdev);
        int (*unset_device)(struct omap_overlay_manager *mgr);