summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/vgpu.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/vgpu/vgpu.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/vgpu/vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 5f672b11..c13d8ff0 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -46,6 +46,7 @@
46 46
47#include "common/linux/module.h" 47#include "common/linux/module.h"
48#include "common/linux/os_linux.h" 48#include "common/linux/os_linux.h"
49#include "common/linux/ioctl.h"
49 50
50#ifdef CONFIG_TEGRA_19x_GPU 51#ifdef CONFIG_TEGRA_19x_GPU
51#include <vgpu/vgpu_t19x.h> 52#include <vgpu/vgpu_t19x.h>