summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-10-31 12:07:10 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2018-11-01 11:29:24 +0000
commit9cbe67c5bc444ec925e8353a5f871d9e31cdddd8 (patch)
tree78ce641dce347e7f0b466c244334ffd9a5e4f8a2 /drivers/gpu/drm/arc
parent03ceb1c8dfd1e293f40696bfe4e61c78820a0867 (diff)
drm/syncobj: Mark local add/remove callback functions as static
drivers/gpu/drm/drm_syncobj.c:181:6: warning: no previous prototype for ‘drm_syncobj_add_callback’ [-Wmissing-prototypes] drivers/gpu/drm/drm_syncobj.c:190:6: warning: no previous prototype for ‘drm_syncobj_remove_callback’ [-Wmissing-prototypes] Fixing that leads to drivers/gpu/drm/drm_syncobj.c:181:13: warning: ‘drm_syncobj_add_callback’ defined but not used [-Wunused-function] so remove the unused drm_syncobj_add_callback() entirely. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20181031120710.21582-1-chris@chris-wilson.co.uk Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/arc')
0 files changed, 0 insertions, 0 deletions