aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2010-01-12 09:00:30 -0500
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2010-02-15 08:14:41 -0500
commit61140c9a88ce1f1dee4e98a0c442f9a84b4c5e6b (patch)
tree7ae0b9b79ef5eac7fb875e67577bba740978d13f /arch
parent828c48f8c51ebfc2a00e1a834b0bc9e7fd35060f (diff)
OMAP: DSS2: DSI: export dsi_vc_enable_hs()
Rename and export dsi_vc_enable_hs() so that the display drivers can control the mode of the DSI link. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/include/plat/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 47df5f6fbf89..8c3688b45f3d 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -575,4 +575,6 @@ int omap_dispc_wait_for_irq_interruptible_timeout(u32 irqmask,
575#define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver) 575#define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver)
576#define to_dss_device(x) container_of((x), struct omap_dss_device, dev) 576#define to_dss_device(x) container_of((x), struct omap_dss_device, dev)
577 577
578void omapdss_dsi_vc_enable_hs(int channel, bool enable);
579
578#endif 580#endif