diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-01-08 09:52:48 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-24 07:31:27 -0500 |
commit | 87424e1bffeaea7bf9e2b8afc16fe584a8641e5e (patch) | |
tree | 0f73de2c085ddf0d5db877131df69e1676ca3f42 /arch | |
parent | 8d8aa61dcf8721021cd5c0c86a14ef944535fa54 (diff) |
OMAP: DSS2: move get/set_rotate()
Move get/set_rotate() from omap_dss_device to omap_dss_driver.
This is part of a larger patch-set, which moves the control from omapdss
driver to the display driver.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h index aefd0676cd81..9291aa133e71 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h | |||
@@ -489,9 +489,6 @@ struct omap_dss_device { | |||
489 | int (*enable_te)(struct omap_dss_device *dssdev, bool enable); | 489 | int (*enable_te)(struct omap_dss_device *dssdev, bool enable); |
490 | int (*get_te)(struct omap_dss_device *dssdev); | 490 | int (*get_te)(struct omap_dss_device *dssdev); |
491 | 491 | ||
492 | u8 (*get_rotate)(struct omap_dss_device *dssdev); | ||
493 | int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate); | ||
494 | |||
495 | int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); | 492 | int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); |
496 | u32 (*get_wss)(struct omap_dss_device *dssdev); | 493 | u32 (*get_wss)(struct omap_dss_device *dssdev); |
497 | 494 | ||