projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbf1bb
)
OMAP: DSS2: DISPC: remove non-existing func prototypes
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 16 Aug 2011 10:04:04 +0000
(13:04 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:22 +0000
(16:16 +0300)
The functions do not exist, so remove the prototypes.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/omap2/dss/dss.h
b/drivers/video/omap2/dss/dss.h
index ff7ac35ec28291154decb1b2944abf21f352dbbf..7018351bae00dc45cdabe25c1022f9a89e7b9561 100644
(file)
--- 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,