From: Leonard Crestez Date: Tue, 17 Jul 2018 12:11:28 +0000 (+0300) Subject: drm/imx: Remove unused field imx_drm_device.pipes X-Git-Tag: v4.19~298^2~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81f2b25adddeff2fc7fdd1f23f889d018ba65466;p=platform%2Fkernel%2Flinux-rpi.git drm/imx: Remove unused field imx_drm_device.pipes This has been unused since commit 44b460cfe554 ("drm: imx: remove struct imx_drm_crtc and imx_drm_crtc_helper_funcs") Signed-off-by: Leonard Crestez Signed-off-by: Philipp Zabel --- diff --git a/drivers/gpu/drm/imx/imx-drm-core.c b/drivers/gpu/drm/imx/imx-drm-core.c index c895fe7..f0122af 100644 --- a/drivers/gpu/drm/imx/imx-drm-core.c +++ b/drivers/gpu/drm/imx/imx-drm-core.c @@ -37,7 +37,6 @@ struct imx_drm_device { struct drm_device *drm; - unsigned int pipes; struct drm_atomic_state *state; };