]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86c94cd0d1985ec88769d987a58f79422bba67be
treeb4b1b76b576348b4b498cd818b754ba4723554ab
parentd36df9cafcb875c904d21d22377a13e0caf5ed17
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 d9c0d516a8b5 ("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