drm/imx: Remove last traces of struct imx_drm_crtc
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 27 Mar 2018 21:39:47 +0000 (00:39 +0300)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 16 Jul 2018 14:56:35 +0000 (16:56 +0200)
commit3cdba8018fd54a418480ded9c14df5436a5b743d
treeb4b1b76b576348b4b498cd818b754ba4723554ab
parentbbe4a089e299efe696ef520e58513c12c0d497c9
drm/imx: Remove last traces of struct imx_drm_crtc

When the definition of this struct was removed a forward declaration and an
unused struct member were still left around. Remove them because they serve
no purpose.

Fixes 44b460cfe554 ("drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcs")

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-drm.h
drivers/gpu/drm/imx/ipuv3-crtc.c