diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-11-15 09:56:11 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-12-02 07:54:20 +0100 |
commit | 8754595796a45e88411b68005bc98310c8c6ae76 (patch) | |
tree | c79d5e9ef6bf1a51e54144e3ebe3d6f58127dac6 /drivers | |
parent | OMAPDSS: DSI: disable DDR_CLK_ALWAYS_ON when entering ULPS (diff) | |
download | linux-8754595796a45e88411b68005bc98310c8c6ae76.tar.xz linux-8754595796a45e88411b68005bc98310c8c6ae76.zip |
OMAPDSS: DISPC: add missing prototype
dispc_mgr_is_enabled() was missing a prototype in dss.h
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 6308fc59fc9e..3310f10dc161 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -414,6 +414,7 @@ void dispc_mgr_set_cpr_coef(enum omap_channel channel, struct omap_dss_cpr_coefs *coefs); bool dispc_mgr_go_busy(enum omap_channel channel); void dispc_mgr_go(enum omap_channel channel); +bool dispc_mgr_is_enabled(enum omap_channel channel); void dispc_mgr_enable(enum omap_channel channel, bool enable); bool dispc_mgr_is_channel_enabled(enum omap_channel channel); void dispc_mgr_set_io_pad_mode(enum dss_io_pad_mode mode); |