drm/imx: Remove unused field imx_drm_device.pipes
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 17 Jul 2018 12:11:28 +0000 (15:11 +0300)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 17 Jul 2018 12:56:10 +0000 (14:56 +0200)
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 <leonard.crestez@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/imx-drm-core.c

index c895fe7..f0122af 100644 (file)
@@ -37,7 +37,6 @@
 
 struct imx_drm_device {
        struct drm_device                       *drm;
-       unsigned int                            pipes;
        struct drm_atomic_state                 *state;
 };