diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-08-16 13:04:04 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 16:16:22 +0300 |
commit | 3375483e91fd7a3fc0f0ab79f279014c45d8e07f (patch) | |
tree | b0eaf2578d32acf35a585636363b550e09f9df9a /drivers/video | |
parent | 7fbf1bb02d1005203e39ca7bd7aa7afcd2909c4b (diff) | |
download | talos-op-linux-3375483e91fd7a3fc0f0ab79f279014c45d8e07f.tar.gz talos-op-linux-3375483e91fd7a3fc0f0ab79f279014c45d8e07f.zip |
OMAP: DSS2: DISPC: remove non-existing func prototypes
The functions do not exist, so remove the prototypes.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index ff7ac35ec282..7018351bae00 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -395,11 +395,6 @@ void dispc_enable_cpr(enum omap_channel channel, bool enable); void dispc_set_cpr_coef(enum omap_channel channel, struct omap_dss_cpr_coefs *coefs); -void dispc_set_plane_ba0(enum omap_plane plane, u32 paddr); -void dispc_set_plane_ba1(enum omap_plane plane, u32 paddr); -void dispc_set_plane_pos(enum omap_plane plane, u16 x, u16 y); -void dispc_set_plane_size(enum omap_plane plane, u16 width, u16 height); - void dispc_enable_gamma_table(bool enable); int dispc_setup_plane(enum omap_plane plane, u32 paddr, u16 screen_width, |