Re: [PATCH] drm/imx: Remove unneeded definition for structure imx_drm_component

2017-03-15 Thread Philipp Zabel
On Wed, 2017-03-15 at 14:52 +0800, Liu Ying wrote: > No one is using the structure imx_drm_component, so let's remove the > definition to save several lines. > > Signed-off-by: Liu Ying Thanks, applied to imx-drm/next. regards Philipp > --- > drivers/gpu/drm/imx/imx-drm-core.c | 5 - > 1

[PATCH] drm/imx: Remove unneeded definition for structure imx_drm_component

2017-03-15 Thread Liu Ying
No one is using the structure imx_drm_component, so let's remove the definition to save several lines. Signed-off-by: Liu Ying --- drivers/gpu/drm/imx/imx-drm-core.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/drm/imx/imx-drm-core.c b/drivers/gpu/drm/imx/imx-drm-core.c i