mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
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>
This commit is contained in:
parent
2a1a310c0c
commit
08fef75f5e
@ -99,7 +99,7 @@ static void host1x_syncpt_fence_release(struct dma_fence *f)
|
||||
dma_fence_free(f);
|
||||
}
|
||||
|
||||
const struct dma_fence_ops host1x_syncpt_fence_ops = {
|
||||
static const struct dma_fence_ops host1x_syncpt_fence_ops = {
|
||||
.get_driver_name = host1x_syncpt_fence_get_driver_name,
|
||||
.get_timeline_name = host1x_syncpt_fence_get_timeline_name,
|
||||
.enable_signaling = host1x_syncpt_fence_enable_signaling,
|
||||
|
Loading…
Reference in New Issue
Block a user