nvlink: Update nvlink core header file path

As part of unifying tegra nvlink SW(linux and qnx),
the nvlink core header file path is changed. This change
updates the path on nvgpu files accordingly.

Bug 200406382

Change-Id: I4c330fe6706134b11749f5c7a9ba7d64e3de95f1
Signed-off-by: Petlozu Pravareshwar <petlozup@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1941092
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Abhishek Sahu <absahu@nvidia.com>
Reviewed-by: Rakesh Babu Bodla <rbodla@nvidia.com>
Reviewed-by: Tejal Kudav <tkudav@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Petlozu Pravareshwar
2018-11-01 17:45:01 +05:30
committed by mobile promotions
parent d6aaaeb62d
commit 1652646d44
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
#ifdef CONFIG_TEGRA_NVLINK
#include <linux/mutex.h>
#include <linux/platform/tegra/tegra-nvlink.h>
#include <nvlink/common/tegra-nvlink.h>
#endif
#endif

View File

@@ -15,7 +15,7 @@
*/
#ifdef CONFIG_TEGRA_NVLINK
#include <linux/platform/tegra/tegra-nvlink.h>
#include <nvlink/common/tegra-nvlink.h>
#endif
#include <nvgpu/gk20a.h>