From cab45db187c51d63e3063594803b0e11cbdfb1cf Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 29 Feb 2024 22:04:52 +0100 Subject: [PATCH] qualcommax: 6.6: fix SCM header include path for WCSS SCM header was moved to so adjust the WCSS patch accordingly. Signed-off-by: Robert Marko --- .../0113-remoteproc-qcom-Add-secure-PIL-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch b/target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch index 8bb5bc695b..ef2a35bbd2 100644 --- a/target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch +++ b/target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch @@ -18,7 +18,7 @@ Signed-off-by: Nikhil Prakash V #include #include #include -+#include ++#include #include "qcom_common.h" #include "qcom_pil_info.h" #include "qcom_q6v5.h"