Skip to content
Snippets Groups Projects
Commit 61214c1d authored by Iliyan Malchev's avatar Iliyan Malchev Committed by Jean-Baptiste Queru
Browse files

msm: kgsl: initialize kgsl_sync_timeline_ops properly

parent 5194a3d0
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ fail_pt:
}
static const struct sync_timeline_ops kgsl_sync_timeline_ops = {
.driver_name = "kgsl-timeline",
.dup = kgsl_sync_pt_dup,
.has_signaled = kgsl_sync_pt_has_signaled,
.compare = kgsl_sync_pt_compare,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment