gpu: host1x: Staticize host1x_syncpt_fence_ops
authorThierry Reding <treding@nvidia.com>
Fri, 4 Nov 2022 13:29:18 +0000 (14:29 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 25 Nov 2022 15:14:59 +0000 (16:14 +0100)
commit08fef75f5e17c80cdb9ab56d65685cb43c8e44d3
tree5ad567150112c873ba1e0b85223eaa89cc022cf6
parent2a1a310c0cfeabbbf4a9109ce9563e1059731413
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 <treding@nvidia.com>
drivers/gpu/host1x/fence.c