Re: [PATCH] drm/syncobj: Include the header

2019-05-27 Thread Daniel Vetter
On Mon, May 27, 2019 at 03:39:31PM -0300, Fabio Estevam wrote: > The prototype for 'drm_timeout_abs_to_jiffies' is provided by > the header. > > Include this header to fix the following sparse warning: > > drivers/gpu/drm/drm_syncobj.c:937:13: warning: symbol > 'drm_timeout_abs_to_jiffies' was

[PATCH] drm/syncobj: Include the header

2019-05-27 Thread Fabio Estevam
The prototype for 'drm_timeout_abs_to_jiffies' is provided by the header. Include this header to fix the following sparse warning: drivers/gpu/drm/drm_syncobj.c:937:13: warning: symbol 'drm_timeout_abs_to_jiffies' was not declared. Should it be static? Signed-off-by: Fabio Estevam ---