diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-07-17 14:11:28 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2018-07-17 14:56:10 +0200 |
commit | 81f2b25adddeff2fc7fdd1f23f889d018ba65466 (patch) | |
tree | c36ebb5444ee3145771802ed6bdc89cacf4ad6af /drivers/gpu/drm/imx | |
parent | drm/imx: Replace drm_dev_unref with drm_dev_put (diff) | |
download | linux-81f2b25adddeff2fc7fdd1f23f889d018ba65466.tar.xz linux-81f2b25adddeff2fc7fdd1f23f889d018ba65466.zip |
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.c | 1 |
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; }; |