summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/driver_common.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/driver_common.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/driver_common.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/driver_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/driver_common.c b/drivers/gpu/nvgpu/common/linux/driver_common.c
index b82e3784..b4e6a02c 100644
--- a/drivers/gpu/nvgpu/common/linux/driver_common.c
+++ b/drivers/gpu/nvgpu/common/linux/driver_common.c
@@ -29,6 +29,7 @@
29#include "module.h" 29#include "module.h"
30#include "os_linux.h" 30#include "os_linux.h"
31#include "sysfs.h" 31#include "sysfs.h"
32#include "ioctl.h"
32 33
33#define EMC3D_DEFAULT_RATIO 750 34#define EMC3D_DEFAULT_RATIO 750
34 35