diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-07 09:33:09 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-27 05:27:01 -0500 |
commit | 7e12be71fbad99efba4324843890d3b557dfc05c (patch) | |
tree | aacc5d06895428326082c9a4ed5fd323b5060134 /drivers/video/omap2 | |
parent | 474ff6b8a79093aea966b6246d5b8000de124da9 (diff) |
OMAPDSS: remove declarations for non-existing functions
Remove dispc_mgr_is_channel_enabled() and dss_mgr_get_timings()
declarations, as the function doesn't exist.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 84a7f6a2bfc4..8adf8be9323b 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -197,7 +197,6 @@ void dss_mgr_set_timings(struct omap_overlay_manager *mgr, | |||
197 | const struct omap_video_timings *timings); | 197 | const struct omap_video_timings *timings); |
198 | void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, | 198 | void dss_mgr_set_lcd_config(struct omap_overlay_manager *mgr, |
199 | const struct dss_lcd_mgr_config *config); | 199 | const struct dss_lcd_mgr_config *config); |
200 | const struct omap_video_timings *dss_mgr_get_timings(struct omap_overlay_manager *mgr); | ||
201 | 200 | ||
202 | bool dss_ovl_is_enabled(struct omap_overlay *ovl); | 201 | bool dss_ovl_is_enabled(struct omap_overlay *ovl); |
203 | int dss_ovl_enable(struct omap_overlay *ovl); | 202 | int dss_ovl_enable(struct omap_overlay *ovl); |
@@ -444,7 +443,6 @@ void dispc_mgr_enable(enum omap_channel channel, bool enable); | |||
444 | bool dispc_mgr_is_enabled(enum omap_channel channel); | 443 | bool dispc_mgr_is_enabled(enum omap_channel channel); |
445 | void dispc_mgr_enable_sync(enum omap_channel channel); | 444 | void dispc_mgr_enable_sync(enum omap_channel channel); |
446 | void dispc_mgr_disable_sync(enum omap_channel channel); | 445 | void dispc_mgr_disable_sync(enum omap_channel channel); |
447 | bool dispc_mgr_is_channel_enabled(enum omap_channel channel); | ||
448 | void dispc_mgr_set_lcd_config(enum omap_channel channel, | 446 | void dispc_mgr_set_lcd_config(enum omap_channel channel, |
449 | const struct dss_lcd_mgr_config *config); | 447 | const struct dss_lcd_mgr_config *config); |
450 | void dispc_mgr_set_timings(enum omap_channel channel, | 448 | void dispc_mgr_set_timings(enum omap_channel channel, |