commit | b9436986d279bac57fec5a98b860e4ab93a6f8d9 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Jul 10 15:51:42 2019 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Sep 30 20:17:00 2019 +0300 |
tree | 17629fea397250bae931471e1ca7c2e2b5c5264f | |
parent | 2c05593ba0572495dc4ba02bcdf3c1c701ebeb5a [diff] |
drm/syncobj: Include the prototype for drm_timeout_abs_to_jiffies() 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@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190710125143.9965-4-ville.syrjala@linux.intel.com Reviewed-by: Sean Paul <sean@poorly.run>