summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-11-05 04:21:03 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:02 -0500
commit317e7bb75862eb7e7272271435a6387a4f5c9839 (patch)
tree053b4e8a38dc657cd7044059492762a4c3850ef0 /drivers/gpu/nvgpu/gp10b/hal_gp10b.h
parent0f4da5e11825ae26f86efcd06dede8dfb80e73fd (diff)
gpu: nvgpu: gp10b: Fill class numbers
Fill class numbers to characteristics structure. Bug 1567274 Change-Id: I129e79fa3f850899ae0c7d93704dc4786ad514d9 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/594404 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.h b/drivers/gpu/nvgpu/gp10b/hal_gp10b.h
index 78615ed1..0b464d07 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.h
@@ -15,7 +15,7 @@
15 15
16#ifndef _NVGPU_HAL_GP10B_H 16#ifndef _NVGPU_HAL_GP10B_H
17#define _NVGPU_HAL_GP10B_H 17#define _NVGPU_HAL_GP10B_H
18struct gpu_ops; 18struct gk20a;
19 19
20int gp10b_init_hal(struct gpu_ops *gops); 20int gp10b_init_hal(struct gk20a *gops);
21#endif 21#endif