Re: [PATCH] drm: add missing declaration to drm_blend.h

2017-05-16 Thread Daniel Vetter
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 Hm I didn't realize we need this already, this same hunk is in my wip branch somewhere ... Applied, thanks. -Daniel > --- > in

[PATCH] drm: add missing declaration to drm_blend.h

2017-05-16 Thread Tomi Valkeinen
drm_blend.h is missing declaration for 'struct drm_plane'. Add it. Signed-off-by: Tomi Valkeinen --- 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