summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 95730b4e..c1e1b564 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1476,4 +1476,7 @@ int gk20a_railgating_debugfs_init(struct device *dev);
1476#endif 1476#endif
1477 1477
1478int gk20a_secure_page_alloc(struct device *dev); 1478int gk20a_secure_page_alloc(struct device *dev);
1479void __iomem *gk20a_ioremap_resource(struct platform_device *dev, int i,
1480 struct resource **out);
1481
1479#endif /* GK20A_H */ 1482#endif /* GK20A_H */