summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.h
diff options
context:
space:
mode:
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