From: Thomas Zimmermann Date: Fri, 25 Jun 2021 08:22:11 +0000 (+0200) Subject: drm/rcar-du: Don't set struct drm_device.irq_enabled X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=578b1cc6a6957fdc9d6e0da2f3c9017c93c5bbd8;p=linux.git drm/rcar-du: Don't set struct drm_device.irq_enabled The field drm_device.irq_enabled is only used by legacy drivers with userspace modesetting. Don't set it in rcar-du. Signed-off-by: Thomas Zimmermann Reviewed-by: Laurent Pinchart Link: https://patchwork.freedesktop.org/patch/msgid/20210625082222.3845-17-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c index bfbff90588cbf..e289a66594a73 100644 --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c @@ -593,8 +593,6 @@ static int rcar_du_probe(struct platform_device *pdev) goto error; } - rcdu->ddev.irq_enabled = 1; - /* * Register the DRM device with the core and the connectors with * sysfs.