aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-02-14 02:44:56 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-02-28 05:35:43 -0500
commiteba358435b21520a93180ec3021754c0e387b1f7 (patch)
tree2490984ae4ccfe2c5228200446235a0f990c7835 /include/video
parent9229b5165bf0c49a7576dababa116f1634988e77 (diff)
OMAPDSS: Remove unused get_context_loss_count support
The omapdss driver no longer uses get_context_loss_count call, so we can remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 3d7c51a6f9ff..1eb9aa605eee 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -323,7 +323,6 @@ enum omapdss_version {
323 323
324/* Board specific data */ 324/* Board specific data */
325struct omap_dss_board_info { 325struct omap_dss_board_info {
326 int (*get_context_loss_count)(struct device *dev);
327 int num_devices; 326 int num_devices;
328 struct omap_dss_device **devices; 327 struct omap_dss_device **devices;
329 struct omap_dss_device *default_device; 328 struct omap_dss_device *default_device;