1
0
Fork 0

drm/imx: Remove unused field imx_drm_device.pipes

This has been unused since commit 44b460cfe5 ("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>
hifive-unleashed-5.1
Leonard Crestez 2018-07-17 15:11:28 +03:00 committed by Philipp Zabel
parent 1ef2917d1d
commit 81f2b25add
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
struct imx_drm_device {
struct drm_device *drm;
unsigned int pipes;
struct drm_atomic_state *state;
};