From 76ab6c1e5b351b069cde3ae8137e3fbdf4994d16 Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Tue, 5 Apr 2016 11:48:38 -0700 Subject: 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 Reviewed-on: http://git-master/r/1120544 Reviewed-by: Arto Merilainen Tested-by: Arto Merilainen --- drivers/gpu/nvgpu/gk20a/fence_gk20a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gk20a/fence_gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c index 70666407..87b0bee1 100644 --- a/drivers/gpu/nvgpu/gk20a/fence_gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/fence_gk20a.c @@ -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 -- cgit v1.2.2