]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm: Make syncobj import/export functions static
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 1 Sep 2017 16:53:25 +0000 (19:53 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 11 Sep 2017 12:53:33 +0000 (15:53 +0300)
commita32c94af5e64f686dda524ad2171e6cd03120a8a
treef12323c38119bc6cebc2c166d251dc6df3ee2860
parent72fe915ac5655a84210adbe358425e40b9ada5cb
drm: Make syncobj import/export functions static

Fix the following sparse warnings by making functions static:
drm_syncobj.c:420:5: warning: symbol 'drm_syncobj_import_sync_file_fence' was not declared. Should it be static?
drm_syncobj.c:441:5: warning: symbol 'drm_syncobj_export_sync_file' was not declared. Should it be static?

Cc: Dave Airlie <airlied@redhat.com>
Fixes: 3ee45a3b533a ("drm/syncobj: add sync_file interaction. (v1.2)")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170901165328.24459-1-ville.syrjala@linux.intel.com
Reviewed-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/drm_syncobj.c