diff options
Diffstat (limited to 'drivers/gpu/drm/imx/dw_hdmi-imx.c')
-rw-r--r-- | drivers/gpu/drm/imx/dw_hdmi-imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/dw_hdmi-imx.c b/drivers/gpu/drm/imx/dw_hdmi-imx.c index 98605ea2ad9d..35fcf6b84537 100644 --- a/drivers/gpu/drm/imx/dw_hdmi-imx.c +++ b/drivers/gpu/drm/imx/dw_hdmi-imx.c | |||
@@ -251,7 +251,7 @@ static int dw_hdmi_imx_bind(struct device *dev, struct device *master, | |||
251 | 251 | ||
252 | drm_encoder_helper_add(encoder, &dw_hdmi_imx_encoder_helper_funcs); | 252 | drm_encoder_helper_add(encoder, &dw_hdmi_imx_encoder_helper_funcs); |
253 | drm_encoder_init(drm, encoder, &dw_hdmi_imx_encoder_funcs, | 253 | drm_encoder_init(drm, encoder, &dw_hdmi_imx_encoder_funcs, |
254 | DRM_MODE_ENCODER_TMDS); | 254 | DRM_MODE_ENCODER_TMDS, NULL); |
255 | 255 | ||
256 | return dw_hdmi_bind(dev, master, data, encoder, iores, irq, plat_data); | 256 | return dw_hdmi_bind(dev, master, data, encoder, iores, irq, plat_data); |
257 | } | 257 | } |