]> git.baikalelectronics.ru Git - kernel.git/commit
drm/syncobj: Include the prototype for drm_timeout_abs_to_jiffies()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 10 Jul 2019 12:51:42 +0000 (15:51 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 30 Sep 2019 17:17:00 +0000 (20:17 +0300)
commit1dfa3e616d4a25d7e05faf581b6c14499d60f9b2
tree17629fea397250bae931471e1ca7c2e2b5c5264f
parent28529bb44aba7de4980808a57b94f649dcf4ea27
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>
drivers/gpu/drm/drm_syncobj.c