From f8d356147e77189e99e952ffbb39697f17bdc01c Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 3 Jan 2017 15:28:22 +0530 Subject: [PATCH] video: tegra: host: remove nvhost-18x include path nvhost-18x path is deprecated, hence remove it's include path Jira HOSTX-166 Change-Id: I41ccf34f86f7f8c8b23ef5f0d5fb101024becae3 Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1279478 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani Reviewed-by: Shridhar Rasal --- drivers/video/tegra/host/nvdla/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile index 1f3ef6fb..f71b870b 100644 --- a/drivers/video/tegra/host/nvdla/Makefile +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -1,6 +1,5 @@ GCOV_PROFILE := y ccflags-y += -I../nvhost/drivers/video/tegra/host -ccflags-y += -I../nvhost-t18x/drivers/video/tegra/host ccflags-y += -I../nvhost-t19x/drivers/video/tegra/host ccflags-y += -I../nvhost-t19x/include ccflags-y += -Werror