diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-29 06:40:46 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-10-29 06:40:46 -0400 |
commit | 2bbcce5e0b47e0de83a1b799b9e164f8c5b9b634 (patch) | |
tree | fe1f53189d5bd82b48f16d7fa7de9eab5690d183 /include/video | |
parent | c31cba8af8c2fde418c146e3ead341d5053f3225 (diff) |
OMAPDSS: export dss_get_def_display_name()
Export dss_get_def_display_name() with the name of
omapdss_get_def_display_name() so that omapfb can use it after the next
patch which moves default display handling to omapfb.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index eac5f2562253..bf2c68ad1995 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -753,6 +753,7 @@ void omap_dss_put_device(struct omap_dss_device *dssdev); | |||
753 | struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from); | 753 | struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from); |
754 | struct omap_dss_device *omap_dss_find_device(void *data, | 754 | struct omap_dss_device *omap_dss_find_device(void *data, |
755 | int (*match)(struct omap_dss_device *dssdev, void *data)); | 755 | int (*match)(struct omap_dss_device *dssdev, void *data)); |
756 | const char *omapdss_get_default_display_name(void); | ||
756 | 757 | ||
757 | int omap_dss_start_device(struct omap_dss_device *dssdev); | 758 | int omap_dss_start_device(struct omap_dss_device *dssdev); |
758 | void omap_dss_stop_device(struct omap_dss_device *dssdev); | 759 | void omap_dss_stop_device(struct omap_dss_device *dssdev); |