diff options
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
-rw-r--r-- | drivers/gpu/drm/lima/lima_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_sched.c b/drivers/gpu/drm/lima/lima_sched.c index e253d031fb3d..d53bd45f8d96 100644 --- a/drivers/gpu/drm/lima/lima_sched.c +++ b/drivers/gpu/drm/lima/lima_sched.c | |||
@@ -311,7 +311,7 @@ static void lima_sched_free_job(struct drm_sched_job *job) | |||
311 | kmem_cache_free(pipe->task_slab, task); | 311 | kmem_cache_free(pipe->task_slab, task); |
312 | } | 312 | } |
313 | 313 | ||
314 | const struct drm_sched_backend_ops lima_sched_ops = { | 314 | static const struct drm_sched_backend_ops lima_sched_ops = { |
315 | .dependency = lima_sched_dependency, | 315 | .dependency = lima_sched_dependency, |
316 | .run_job = lima_sched_run_job, | 316 | .run_job = lima_sched_run_job, |
317 | .timedout_job = lima_sched_timedout_job, | 317 | .timedout_job = lima_sched_timedout_job, |