From a92ea43b94c8547cd2acb282e8dc2bd7ccc85f35 Mon Sep 17 00:00:00 2001 From: Abhijit Kulkarni Date: Fri, 6 Dec 2019 10:23:29 -0800 Subject: [PATCH] disp: msm: sde: update shmbridge header file path Update the header file path in the code as it has moved to a new location. Change-Id: I36a55b91a121b9bb3d89641da1e4e22407f55b68 Signed-off-by: Abhijit Kulkarni --- msm/sde/sde_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/sde/sde_kms.c b/msm/sde/sde_kms.c index 9d68c14080..e160427334 100644 --- a/msm/sde/sde_kms.c +++ b/msm/sde/sde_kms.c @@ -51,7 +51,7 @@ #include #include "soc/qcom/secure_buffer.h" -#include "soc/qcom/qtee_shmbridge.h" +#include #define CREATE_TRACE_POINTS #include "sde_trace.h"