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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=81f2b25adddeff2fc7fdd1f23f889d018ba65466;p=openwrt%2Fstaging%2Fblogic.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 c895fe78fb48..f0122afcf2a8 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; };