Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81f2b25a authored by Leonard Crestez's avatar Leonard Crestez Committed by Philipp Zabel
Browse files

drm/imx: Remove unused field imx_drm_device.pipes



This has been unused since commit 44b460cf ("drm: imx: remove struct
imx_drm_crtc and imx_drm_crtc_helper_funcs")

Signed-off-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 1ef2917d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@

struct imx_drm_device {
	struct drm_device			*drm;
	unsigned int				pipes;
	struct drm_atomic_state			*state;
};