diff mbox

drm: add missing declaration to drm_blend.h

Message ID 1494938085-21805-1-git-send-email-tomi.valkeinen@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tomi Valkeinen May 16, 2017, 12:34 p.m. UTC
drm_blend.h is missing declaration for 'struct drm_plane'. Add it.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 include/drm/drm_blend.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel Vetter May 16, 2017, 1:10 p.m. UTC | #1
On Tue, May 16, 2017 at 03:34:45PM +0300, Tomi Valkeinen wrote:
> drm_blend.h is missing declaration for 'struct drm_plane'. Add it.
> 
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

Hm I didn't realize we need this already, this same hunk is in my wip
branch somewhere ...

Applied, thanks.
-Daniel

> ---
>  include/drm/drm_blend.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/drm_blend.h b/include/drm/drm_blend.h
> index 13221cf9b3eb..bc9e596be4c2 100644
> --- a/include/drm/drm_blend.h
> +++ b/include/drm/drm_blend.h
> @@ -28,6 +28,7 @@
>  
>  struct drm_device;
>  struct drm_atomic_state;
> +struct drm_plane;
>  
>  /*
>   * Rotation property bits. DRM_ROTATE_<degrees> rotates the image by the
> -- 
> 2.7.4
>
diff mbox

Patch

diff --git a/include/drm/drm_blend.h b/include/drm/drm_blend.h
index 13221cf9b3eb..bc9e596be4c2 100644
--- a/include/drm/drm_blend.h
+++ b/include/drm/drm_blend.h
@@ -28,6 +28,7 @@ 
 
 struct drm_device;
 struct drm_atomic_state;
+struct drm_plane;
 
 /*
  * Rotation property bits. DRM_ROTATE_<degrees> rotates the image by the