Re: [PATCH 10/15] drm: drop drmP.h include from drm_plane.c

2018-07-13 Thread Sean Paul
On Mon, Jul 09, 2018 at 10:40:11AM +0200, Daniel Vetter wrote: > Just a bit of missing includes and pre declarations. > > Note: This needs the patch to move for_each_if from drmP.h to kernel.h > or it won't compile. > > Signed-off-by: Daniel Vetter Reviewed-by: Sean Paul > --- > drivers/gpu/

[PATCH 10/15] drm: drop drmP.h include from drm_plane.c

2018-07-09 Thread Daniel Vetter
Just a bit of missing includes and pre declarations. Note: This needs the patch to move for_each_if from drmP.h to kernel.h or it won't compile. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_crtc_internal.h | 8 drivers/gpu/drm/drm_plane.c | 11 ++- include/drm/