aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBen Dooks <[email protected]>2019-10-09 13:14:47 +0100
committerAlex Deucher <[email protected]>2019-10-10 09:11:46 -0500
commit2636a5172da2eadee8190fad8d82d25d9a276525 (patch)
treef1857a903720541114446b3a04ee5f1a83f022a0 /tools/perf/scripts/python
parentfec748740c9ca362dff7a5831105b0edc333bf91 (diff)
drm/scheduler: make unexported items static
The drm_sched_fence_ops_{scheduled,finished} are not exported from the file so make them static to avoid the following warnings from sparse: drivers/gpu/drm/scheduler/sched_fence.c:131:28: warning: symbol 'drm_sched_fence_ops_scheduled' was not declared. Should it be static? drivers/gpu/drm/scheduler/sched_fence.c:137:28: warning: symbol 'drm_sched_fence_ops_finished' was not declared. Should it be static? Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions