Skip to content

Commit 08fef75

Browse files
committed
gpu: host1x: Staticize host1x_syncpt_fence_ops
This structure is never used outside the file, so make it locally scoped. Signed-off-by: Thierry Reding <[email protected]>
1 parent 2a1a310 commit 08fef75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/host1x/fence.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void host1x_syncpt_fence_release(struct dma_fence *f)
9999
dma_fence_free(f);
100100
}
101101

102-
const struct dma_fence_ops host1x_syncpt_fence_ops = {
102+
static const struct dma_fence_ops host1x_syncpt_fence_ops = {
103103
.get_driver_name = host1x_syncpt_fence_get_driver_name,
104104
.get_timeline_name = host1x_syncpt_fence_get_timeline_name,
105105
.enable_signaling = host1x_syncpt_fence_enable_signaling,

0 commit comments

Comments
 (0)