aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 44a864648c15..ab7d6564e29b 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -233,6 +233,7 @@ struct omap_dss_board_info {
233 int num_devices; 233 int num_devices;
234 struct omap_dss_device **devices; 234 struct omap_dss_device **devices;
235 struct omap_dss_device *default_device; 235 struct omap_dss_device *default_device;
236 void (*dsi_mux_pads)(bool enable);
236}; 237};
237 238
238#if defined(CONFIG_OMAP2_DSS_MODULE) || defined(CONFIG_OMAP2_DSS) 239#if defined(CONFIG_OMAP2_DSS_MODULE) || defined(CONFIG_OMAP2_DSS)