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/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/sim.h b/drivers/gpu/nvgpu/include/nvgpu/sim.h
index fe8e8ac6..41cee8d0 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/sim.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/sim.h
@@ -36,7 +36,7 @@ struct sim_nvgpu {
36 struct nvgpu_mem msg_bfr; 36 struct nvgpu_mem msg_bfr;
37 void (*sim_init_late)(struct gk20a *); 37 void (*sim_init_late)(struct gk20a *);
38 void (*remove_support)(struct gk20a *); 38 void (*remove_support)(struct gk20a *);
39 int (*esc_readl)( 39 void (*esc_readl)(
40 struct gk20a *g, char *path, u32 index, u32 *data); 40 struct gk20a *g, char *path, u32 index, u32 *data);
41}; 41};
42#ifdef __KERNEL__ 42#ifdef __KERNEL__