aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index c804bda059d..3a221de244e 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -238,7 +238,7 @@ int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel);
238 238
239/* Board specific data */ 239/* Board specific data */
240struct omap_dss_board_info { 240struct omap_dss_board_info {
241 int (*get_last_off_on_transaction_id)(struct device *dev); 241 int (*get_context_loss_count)(struct device *dev);
242 int num_devices; 242 int num_devices;
243 struct omap_dss_device **devices; 243 struct omap_dss_device **devices;
244 struct omap_dss_device *default_device; 244 struct omap_dss_device *default_device;