diff options
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm.h')
| -rw-r--r-- | drivers/gpu/drm/imx/imx-drm.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm.h b/drivers/gpu/drm/imx/imx-drm.h index 28e776d8d9d2..83284b4d4be1 100644 --- a/drivers/gpu/drm/imx/imx-drm.h +++ b/drivers/gpu/drm/imx/imx-drm.h @@ -9,6 +9,7 @@ struct drm_display_mode;  struct drm_encoder;  struct drm_fbdev_cma;  struct drm_framebuffer; +struct drm_plane;  struct imx_drm_crtc;  struct platform_device; @@ -24,7 +25,7 @@ struct imx_drm_crtc_helper_funcs {  };  int imx_drm_add_crtc(struct drm_device *drm, struct drm_crtc *crtc, -		struct imx_drm_crtc **new_crtc, +		struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane,  		const struct imx_drm_crtc_helper_funcs *imx_helper_funcs,  		struct device_node *port);  int imx_drm_remove_crtc(struct imx_drm_crtc *);  |