summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/xve/xve_gp106.h
diff options
context:
space:
mode:
authorDebarshi Dutta <ddutta@nvidia.com>2018-09-19 02:16:27 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-25 03:20:25 -0400
commit421e64aad73c419495253c62b131677cf25c4924 (patch)
tree9489510265517a8cd8e9b86642fbd47d81cc2038 /drivers/gpu/nvgpu/common/xve/xve_gp106.h
parent032860d8de01ac3a3357a4758e7ee81bd418c48f (diff)
gpu: nvgpu: move header location of gk20a.h
Update header path of gk20a.h in files present in common/ to <nvgpu/gk20a.h> Jira NVGPU-597 Change-Id: I3431dae93ada9bd561454c89a0b99c5292ab4a8d Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1832024 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/xve/xve_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/common/xve/xve_gp106.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.h b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
index 992f0c86..fcf50658 100644
--- a/drivers/gpu/nvgpu/common/xve/xve_gp106.h
+++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
@@ -23,10 +23,9 @@
23#ifndef NVGPU_XVE_GP106_H 23#ifndef NVGPU_XVE_GP106_H
24#define NVGPU_XVE_GP106_H 24#define NVGPU_XVE_GP106_H
25 25
26#include "gk20a/gk20a.h"
27
28#include <nvgpu/log2.h> 26#include <nvgpu/log2.h>
29#include <nvgpu/types.h> 27#include <nvgpu/types.h>
28#include <nvgpu/gk20a.h>
30 29
31int gp106_init_xve_ops(struct gpu_ops *gops); 30int gp106_init_xve_ops(struct gpu_ops *gops);
32 31