We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1a310 commit 08fef75Copy full SHA for 08fef75
drivers/gpu/host1x/fence.c
@@ -99,7 +99,7 @@ static void host1x_syncpt_fence_release(struct dma_fence *f)
99
dma_fence_free(f);
100
}
101
102
-const struct dma_fence_ops host1x_syncpt_fence_ops = {
+static const struct dma_fence_ops host1x_syncpt_fence_ops = {
103
.get_driver_name = host1x_syncpt_fence_get_driver_name,
104
.get_timeline_name = host1x_syncpt_fence_get_timeline_name,
105
.enable_signaling = host1x_syncpt_fence_enable_signaling,
0 commit comments