]> 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)
commit87b05875717b6fb06bd14de7f21886f4cb17009d
treeb4b1b76b576348b4b498cd818b754ba4723554ab
parentd3408f05b34c7037f748bcff81b94e0440bcd9c5
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 f8717ac22e80 ("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