Re: [PATCH v2] drm: forward declare struct drm_file in drm_syncobj.h

2018-12-30 Thread Laurent Pinchart
Hi Jani, Thank you for the patch. On Friday, 28 December 2018 10:28:15 EET Jani Nikula wrote: > Make it easier to drop drmP.h includes. Switch from "" to <> includes > while at it. > > v2: forward declare instead of including drm_file.h (Daniel) Reviewed-by: Laurent Pinchart but with the same

[PATCH v2] drm: forward declare struct drm_file in drm_syncobj.h

2018-12-28 Thread Jani Nikula
Make it easier to drop drmP.h includes. Switch from "" to <> includes while at it. v2: forward declare instead of including drm_file.h (Daniel) Cc: Sam Ravnborg Cc: Daniel Vetter Cc: Laurent Pinchart Reviewed-by: Daniel Vetter Signed-off-by: Jani Nikula --- include/drm/drm_syncobj.h | 4 +++