summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/nvhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvhost.h b/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
index 536b248a..d852c77c 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/nvhost.h
@@ -75,7 +75,7 @@ int nvgpu_nvhost_sync_num_pts(struct sync_fence *fence);
75struct sync_fence *nvgpu_nvhost_sync_fdget(int fd); 75struct sync_fence *nvgpu_nvhost_sync_fdget(int fd);
76struct sync_fence *nvgpu_nvhost_sync_create_fence( 76struct sync_fence *nvgpu_nvhost_sync_create_fence(
77 struct nvgpu_nvhost_dev *nvhost_dev, 77 struct nvgpu_nvhost_dev *nvhost_dev,
78 u32 id, u32 thresh, u32 num_pts, const char *name); 78 u32 id, u32 thresh, const char *name);
79#endif /* CONFIG_SYNC */ 79#endif /* CONFIG_SYNC */
80#endif /* CONFIG_TEGRA_GK20A_NVHOST */ 80#endif /* CONFIG_TEGRA_GK20A_NVHOST */
81#endif /* __NVGPU_NVHOST_H__ */ 81#endif /* __NVGPU_NVHOST_H__ */