[openwrt/openwrt] qualcommax: 6.6: fix SCM header include path for WCSS
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 22 13:19:30 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cab45db187c51d63e3063594803b0e11cbdfb1cf
commit cab45db187c51d63e3063594803b0e11cbdfb1cf
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Feb 29 22:04:52 2024 +0100
qualcommax: 6.6: fix SCM header include path for WCSS
SCM header was moved to <linux/firmware/qcom/qcom_scm.h> so adjust the
WCSS patch accordingly.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../patches-6.6/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 <nprakash at codeaurora.org>
#include <linux/regulator/consumer.h>
#include <linux/reset.h>
#include <linux/soc/qcom/mdt_loader.h>
-+#include <linux/qcom_scm.h>
++#include <linux/firmware/qcom/qcom_scm.h>
#include "qcom_common.h"
#include "qcom_pil_info.h"
#include "qcom_q6v5.h"
More information about the lede-commits
mailing list