diff options
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 a3363846e18a..aefd0676cd81 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h | |||
@@ -492,9 +492,6 @@ struct omap_dss_device { | |||
492 | u8 (*get_rotate)(struct omap_dss_device *dssdev); | 492 | u8 (*get_rotate)(struct omap_dss_device *dssdev); |
493 | int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate); | 493 | int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate); |
494 | 494 | ||
495 | bool (*get_mirror)(struct omap_dss_device *dssdev); | ||
496 | int (*set_mirror)(struct omap_dss_device *dssdev, bool enable); | ||
497 | |||
498 | int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); | 495 | int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); |
499 | u32 (*get_wss)(struct omap_dss_device *dssdev); | 496 | u32 (*get_wss)(struct omap_dss_device *dssdev); |
500 | 497 | ||