diff --git a/drivers/gpu/nvgpu/os/linux/nvhost_host1x.c b/drivers/gpu/nvgpu/os/linux/nvhost_host1x.c index 177248d21..945fff790 100644 --- a/drivers/gpu/nvgpu/os/linux/nvhost_host1x.c +++ b/drivers/gpu/nvgpu/os/linux/nvhost_host1x.c @@ -359,7 +359,6 @@ int nvgpu_nvhost_fence_install(struct nvhost_fence *fence, int fd) if (!file) return -ENOMEM; - dma_fence_get(f); fd_install(fd, file->file); return 0;