commit | 2fd911bc5b5e647902fd319cbf8c75f98555e188 | [log] [tgz] |
---|---|---|
author | Liu Ying <gnuiyl@gmail.com> | Mon Jul 18 15:44:23 2016 +0800 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Aug 08 11:44:20 2016 +0200 |
tree | d892bfeb50734cc52f817c5db0641c2c2e13f7ee | |
parent | fafc79ef2e9148d0085585b6b71bc7154c14ebb6 [diff] |
drm/imx: Remove imx_drm_crtc_vblank_get/_put() There is no one calling imx_drm_crtc_vblank_get/_put() and they are just two simple wrappers of drm_crtc_vblank_get/_put() without doing any thing fancy - the drivers may call drm_crtc_vblank_get/_put() directly. So, let's remove the two wrappers. Signed-off-by: Liu Ying <gnuiyl@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>