gpu: nvgpu: remove duplicate nvhost_priv_t19x.h

We added duplicate common/linux/nvhost_priv_t19x.h so that the definition of
struct nvgpu_nvhost_dev is available in nvgpu-t19x repo

But instead of duplicating the file, directly include original file with
path #include "common/linux/nvhost_priv.h

Jira NVGPU-29

Change-Id: I5d373227f0f6b2b4670d2fd3ad433a4655df8e4f
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1499167
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Deepak Nibade
2017-06-08 12:55:51 +05:30
committed by mobile promotions
parent 002d6f1474
commit 9cb4cc5d07
2 changed files with 1 additions and 30 deletions

View File

@@ -19,7 +19,7 @@
#include <nvgpu/nvhost_t19x.h>
#include "nvhost_priv_t19x.h"
#include "common/linux/nvhost_priv.h"
int nvgpu_nvhost_syncpt_unit_interface_get_aperture(
struct nvgpu_nvhost_dev *nvhost_dev,