OSDN Git Service

drm/imx: Remove imx_drm_crtc_id()
authorLiu Ying <gnuiyl@gmail.com>
Mon, 18 Jul 2016 07:44:24 +0000 (15:44 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 8 Aug 2016 09:44:20 +0000 (11:44 +0200)
commit8892cc899e15fb896231539c902b813c3f7ab915
tree45de5c10c2ec683a2d5bed4d20c262699a81a25f
parent2fd911bc5b5e647902fd319cbf8c75f98555e188
drm/imx: Remove imx_drm_crtc_id()

There is no one calling imx_drm_crtc_id() and it is just a simple
wrapper of drm_crtc_index() without doing any thing fancy - the
drivers may call drm_crtc_index() directly.  So, let's remove the
wrapper.

Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c
drivers/gpu/drm/imx/imx-drm.h