diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-16 07:54:42 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 01:54:49 -0500 |
commit | ff4733dcf56480bebcd3801adde27213b893635d (patch) | |
tree | 1ac3b4dd0f4909e02f9f3770367ba65cfc0e48b1 /include/video | |
parent | 0b53f17971700f673492e2e91b5069893e5f2d0b (diff) |
OMAPDSS: APPLY: remove device_changed field
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>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index e629b0de3262..98fc0267dd9e 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -426,8 +426,6 @@ struct omap_overlay_manager { | |||
426 | /* dynamic fields */ | 426 | /* dynamic fields */ |
427 | struct omap_dss_device *device; | 427 | struct omap_dss_device *device; |
428 | 428 | ||
429 | bool device_changed; | ||
430 | |||
431 | int (*set_device)(struct omap_overlay_manager *mgr, | 429 | int (*set_device)(struct omap_overlay_manager *mgr, |
432 | struct omap_dss_device *dssdev); | 430 | struct omap_dss_device *dssdev); |
433 | int (*unset_device)(struct omap_overlay_manager *mgr); | 431 | int (*unset_device)(struct omap_overlay_manager *mgr); |