summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-07-17 15:11:28 +0300
committerPhilipp Zabel <p.zabel@pengutronix.de>2018-07-17 14:56:10 +0200
commit81f2b25adddeff2fc7fdd1f23f889d018ba65466 (patch)
treec36ebb5444ee3145771802ed6bdc89cacf4ad6af /drivers/gpu/drm/imx
parent1ef2917d1d9e6cce41c8794b2e3e81552b1668e4 (diff)
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 <leonard.crestez@nxp.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/imx')
-rw-r--r--drivers/gpu/drm/imx/imx-drm-core.c1
1 files changed, 0 insertions, 1 deletions
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;
};