summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h
index 1aa7c1e3..f7d50406 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a_tegra.h
@@ -16,10 +16,8 @@
16#ifndef _NVGPU_PLATFORM_GK20A_TEGRA_H_ 16#ifndef _NVGPU_PLATFORM_GK20A_TEGRA_H_
17#define _NVGPU_PLATFORM_GK20A_TEGRA_H_ 17#define _NVGPU_PLATFORM_GK20A_TEGRA_H_
18 18
19struct device; 19struct gk20a_platform;
20struct gk20a;
21 20
22void gk20a_tegra_init_secure_alloc(struct gk20a *g); 21int gk20a_tegra_init_secure_alloc(struct gk20a_platform *platform);
23int gk20a_tegra_secure_page_alloc(struct device *dev);
24 22
25#endif 23#endif