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>
This commit is contained in:
Debarshi Dutta
2018-09-19 11:46:27 +05:30
committed by mobile promotions
parent 032860d8de
commit 421e64aad7
63 changed files with 73 additions and 114 deletions

View File

@@ -22,8 +22,7 @@
#include <nvgpu/enabled.h>
#include <nvgpu/bitops.h>
#include "gk20a/gk20a.h"
#include <nvgpu/gk20a.h>
int nvgpu_init_enabled_flags(struct gk20a *g)
{