commit | 3cdba8018fd54a418480ded9c14df5436a5b743d | [log] [tgz] |
---|---|---|
author | Leonard Crestez <leonard.crestez@nxp.com> | Wed Mar 28 00:39:47 2018 +0300 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Jul 16 16:56:35 2018 +0200 |
tree | b4b1b76b576348b4b498cd818b754ba4723554ab | |
parent | bbe4a089e299efe696ef520e58513c12c0d497c9 [diff] |
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>