From 57ac367bb5ad1b202fc89850ba6a57da689c4723 Mon Sep 17 00:00:00 2001 From: Josh Kuo Date: Thu, 14 May 2015 17:51:22 +0800 Subject: [PATCH] video:tegra:host: fix the kernel compilation error Fix include path which is causing a kernel compilation error. The kernel compilation error shows up when you compile the kernel outside of the Android build system. Bug 1643951 Change-Id: I8a72194a233001b528c9d27f3bb3e13106bd0aa0 Signed-off-by: Josh Kuo Reviewed-on: http://git-master/r/742651 (cherry picked from commit 06b3bc17b9278a7b9d97757d3181926dd8a86022) Reviewed-on: http://git-master/r/777893 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Arto Merilainen --- drivers/video/tegra/host/tsec/tsec_methods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/tegra/host/tsec/tsec_methods.h b/drivers/video/tegra/host/tsec/tsec_methods.h index cc552a3f396..9071a95e5d7 100644 --- a/drivers/video/tegra/host/tsec/tsec_methods.h +++ b/drivers/video/tegra/host/tsec/tsec_methods.h @@ -14,7 +14,7 @@ * */ -#include "tsec_drv.h" +#include "../../dc/tsec_drv.h" #define NV_PSEC_THI_METHOD1 0x00000044 /* RW-4R */ #define NV_PSEC_THI_METHOD0 0x00000040 /* RW-4R */ -- 2.39.2