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>
This commit is contained in:
Leonard Crestez 2018-07-17 15:11:28 +03:00 коммит произвёл Philipp Zabel
Родитель 1ef2917d1d
Коммит 81f2b25add
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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