diff options
| author | Robert Marko | 2024-02-29 21:04:52 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-22 20:19:21 +0000 |
| commit | cab45db187c51d63e3063594803b0e11cbdfb1cf (patch) | |
| tree | 69e0531b16d6bd9dcd3397f4b92846cb13a355da | |
| parent | 9b650e1319ce1b48b787f407d9ec9e473a9e93b8 (diff) | |
| download | openwrt-cab45db187c51d63e3063594803b0e11cbdfb1cf.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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@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" |