On Thu, Jul 11, 2019 at 11:39:15AM -0400, Sean Paul wrote: > On Wed, Jul 10, 2019 at 03:51:42PM +0300, Ville Syrjala wrote: > > From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > > > Sparse complains: > > ../drivers/gpu/drm/drm_syncobj.c:942:13: warning: symbol 'drm_timeout_abs_to_jiffies' was not declared. Should it be static? > > > > Include the correct header with the prototype. > > > > Signed-off-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > --- > > drivers/gpu/drm/drm_syncobj.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/gpu/drm/drm_syncobj.c b/drivers/gpu/drm/drm_syncobj.c > > index a199c8d56b95..00eecc9c464b 100644 > > --- a/drivers/gpu/drm/drm_syncobj.c > > +++ b/drivers/gpu/drm/drm_syncobj.c > > @@ -58,6 +58,7 @@ > > #include <drm/drm_gem.h> > > #include <drm/drm_print.h> > > #include <drm/drm_syncobj.h> > > +#include <drm/drm_utils.h> > > Just realized we have both drm_util.h and drm_utils.h, what a world! On my TODO list to get rid of one of them. Sam _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel