summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-09-27 16:07:57 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-10 16:40:53 -0400
commitb41e1417787aabf8e2d37f3259bce2a4ad041607 (patch)
tree37f21961bc128fc1136a3e34b73441f0c1b8baf4 /drivers/gpu/nvgpu/common/linux/module.c
parent4f56c88febf0cc8630ad75f184ada11a9d4894ed (diff)
gpu: nvgpu: Declare gk20a_user_*init() in ioctl.h
The functions are gk20a_user_init() and gk20a_user_deinit() are defined in ioctl.c. Move declaration of the functions to new header file ioctl.h. JIRA NVGPU-259 Change-Id: If348b51e9032083f252a7c7717ed7bc153dbba52 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1569696 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index dcff089b..ac64041e 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -40,6 +40,7 @@
40#include "module.h" 40#include "module.h"
41#include "intr.h" 41#include "intr.h"
42#include "cde.h" 42#include "cde.h"
43#include "ioctl.h"
43#ifdef CONFIG_TEGRA_19x_GPU 44#ifdef CONFIG_TEGRA_19x_GPU
44#include "nvgpu_gpuid_t19x.h" 45#include "nvgpu_gpuid_t19x.h"
45#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION 46#ifdef CONFIG_TEGRA_GR_VIRTUALIZATION