Re: [PATCH] drm/imx: Remove last traces of struct imx_drm_crtc

2018-04-04 Thread Philipp Zabel
On Tue, 2018-04-03 at 20:56 -0300, Fabio Estevam wrote: > On Tue, Mar 27, 2018 at 6:39 PM, Leonard Crestez > wrote: > > 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. > > >

Re: [PATCH] drm/imx: Remove last traces of struct imx_drm_crtc

2018-04-03 Thread Fabio Estevam
On Tue, Mar 27, 2018 at 6:39 PM, Leonard Crestez wrote: > 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

[PATCH] drm/imx: Remove last traces of struct imx_drm_crtc

2018-03-30 Thread Leonard Crestez
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 --- drive