summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2017-04-12 06:46:23 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-13 03:56:22 -0400
commitbd660acd40b4304cf6e53469aeae8fcf6b573c49 (patch)
tree43675b8528fc5f78450a038b9bb776622590f5cf /drivers/gpu/nvgpu/common
parentee168385aa32e8e4a6fcc3ed35ae4e9bc88bdf1d (diff)
gpu: nvgpu: include ioctl_tsg.h in ioctl_tsg.c
Bring tsg ioctl function declarations to where they are implemented. Bug 200067946 Change-Id: Ifc28601d4728e2fe6c8c74755d14c9e996aed4a2 Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: http://git-master/r/1461379 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_tsg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_tsg.c b/drivers/gpu/nvgpu/common/linux/ioctl_tsg.c
index 433b7c5d..e74ae2d7 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_tsg.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_tsg.c
@@ -27,6 +27,7 @@
27 27
28#include "gk20a/gk20a.h" 28#include "gk20a/gk20a.h"
29#include "gk20a/tsg_gk20a.h" 29#include "gk20a/tsg_gk20a.h"
30#include "ioctl_tsg.h"
30#include "ioctl_channel.h" 31#include "ioctl_channel.h"
31 32
32struct tsg_private { 33struct tsg_private {