summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPeter Daifuku <pdaifuku@nvidia.com>2018-05-08 20:20:17 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-09 21:26:54 -0400
commit6ad9862657469e7dac343d7857f907967f6d4c76 (patch)
treef228470327cae3acae23fb70ddc315a6f21fa4fe /drivers
parent560e243f2d8b6cf3fafd8e79560cbf6dffe58e9e (diff)
gpu: nvgpu: vgpu: clean up redundant declarations
Clean up redundand function declarations in vgpu.h JIRA ESRM-299 Change-Id: I9b3a2aee6be68dffce47897baed2e7b9290026e9 Signed-off-by: Peter Daifuku <pdaifuku@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1710885 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Richard Zhao <rizhao@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
index 1e608d96..046763dd 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
@@ -101,10 +101,6 @@ int vgpu_init_fifo_support(struct gk20a *g);
101int vgpu_gp10b_init_hal(struct gk20a *g); 101int vgpu_gp10b_init_hal(struct gk20a *g);
102int vgpu_gv11b_init_hal(struct gk20a *g); 102int vgpu_gv11b_init_hal(struct gk20a *g);
103 103
104int vgpu_read_ptimer(struct gk20a *g, u64 *value);
105int vgpu_get_timestamps_zipper(struct gk20a *g,
106 u32 source_id, u32 count,
107 struct nvgpu_cpu_time_correlation_sample *samples);
108bool vgpu_is_reduced_bar1(struct gk20a *g); 104bool vgpu_is_reduced_bar1(struct gk20a *g);
109 105
110#endif 106#endif