summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 9499f91a..72322e54 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -31,7 +31,7 @@ struct gr_ctx_buffer_desc;
31struct gk20a_scale_profile; 31struct gk20a_scale_profile;
32 32
33struct secure_page_buffer { 33struct secure_page_buffer {
34 void (*destroy)(struct device *, struct secure_page_buffer *); 34 void (*destroy)(struct gk20a *, struct secure_page_buffer *);
35 size_t size; 35 size_t size;
36 u64 iova; 36 u64 iova;
37}; 37};