aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2017-06-21 09:31:28 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-07-18 10:52:42 -0400
commit9cbcbdbaff9e5dbf1b8f4eb28b4f0e18e0f36bbc (patch)
tree764e866cb600070ef29d62d140dccc3dc4dcbc90
parent7d1a2bf41f06b360724f9b2156cc8a2da816b15c (diff)
drm/sun4i: tcon: remove unused function
Even though that function is defined in the TCON header, it's not defined nor used anywhere. Remove the prototype. Reviewed-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--drivers/gpu/drm/sun4i/sun4i_tcon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.h b/drivers/gpu/drm/sun4i/sun4i_tcon.h
index e3c50ecdcd04..552c88ec16be 100644
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.h
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.h
@@ -194,8 +194,6 @@ void sun4i_tcon_channel_enable(struct sun4i_tcon *tcon, int channel);
194void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); 194void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable);
195 195
196/* Mode Related Controls */ 196/* Mode Related Controls */
197void sun4i_tcon_switch_interlace(struct sun4i_tcon *tcon,
198 bool enable);
199void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, 197void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel,
200 struct drm_encoder *encoder); 198 struct drm_encoder *encoder);
201void sun4i_tcon0_mode_set(struct sun4i_tcon *tcon, 199void sun4i_tcon0_mode_set(struct sun4i_tcon *tcon,