host: move nvhost to its own git repo

Move nvhost out of the common Linux repo and into its own git repo. By
doing this, the same nvhost driver can work on different Linux kernel
versions.

Previously android/sync.h was referenced relative to
kernel/drivers/video/tegra/host. However, host moved to a completely
different part of the tree. Instead, reference it relative to kernel/include.

bug 1749413

Change-Id: Ic7f94093c712e5b64c9b3b660d6fce5d18e59bc0
Signed-off-by: Alex Van Brunt <avanbrunt@nvidia.com>
Reviewed-on: http://git-master/r/1120544
Reviewed-by: Arto Merilainen <amerilainen@nvidia.com>
Tested-by: Arto Merilainen <amerilainen@nvidia.com>
This commit is contained in:
Alex Van Brunt
2016-04-05 11:48:38 -07:00
committed by Arto Merilainen
parent bcb8d983ea
commit 76ab6c1e5b
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
#include "mm_gk20a.h"
#ifdef CONFIG_SYNC
#include "../../../staging/android/sync.h"
#include "../drivers/staging/android/sync.h"
#endif
#ifdef CONFIG_TEGRA_GK20A

View File

@@ -22,7 +22,7 @@
#include "sync_gk20a.h"
#ifdef CONFIG_SYNC
#include "../../../staging/android/sync.h"
#include "../drivers/staging/android/sync.h"
#endif
#ifdef CONFIG_TEGRA_GK20A

View File

@@ -23,7 +23,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <uapi/linux/nvgpu.h>
#include "../../../staging/android/sync.h"
#include "../drivers/staging/android/sync.h"
#include "semaphore_gk20a.h"
static const struct sync_timeline_ops gk20a_sync_timeline_ops;