summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h')
-rw-r--r--drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
index fe027fb0..ac65af18 100644
--- a/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
+++ b/drivers/gpu/nvgpu/nvgpu_gpuid_t18x.h
@@ -27,4 +27,5 @@
27#define TEGRA_18x_GPU_COMPAT_GENERIC NVGPU_COMPAT_GENERIC_GP10B 27#define TEGRA_18x_GPU_COMPAT_GENERIC NVGPU_COMPAT_GENERIC_GP10B
28struct gpu_ops; 28struct gpu_ops;
29extern int gp10b_init_hal(struct gpu_ops *); 29extern int gp10b_init_hal(struct gpu_ops *);
30extern struct gk20a_platform t18x_gpu_tegra_platform;
30#endif 31#endif