summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_allocator.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
index fbfda881..93865190 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_allocator.h
@@ -210,7 +210,7 @@ static inline void gk20a_alloc_disable_dbg(struct gk20a_allocator *a)
210 */ 210 */
211extern u32 gk20a_alloc_tracing_on; 211extern u32 gk20a_alloc_tracing_on;
212 212
213void gk20a_alloc_debugfs_init(struct platform_device *pdev); 213void gk20a_alloc_debugfs_init(struct device *dev);
214 214
215#define gk20a_alloc_trace_func() \ 215#define gk20a_alloc_trace_func() \
216 do { \ 216 do { \