diff options
author | Robert Marko <robimarko@gmail.com> | 2024-02-29 22:04:52 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-22 21:19:21 +0100 |
commit | cab45db187c51d63e3063594803b0e11cbdfb1cf (patch) | |
tree | 69e0531b16d6bd9dcd3397f4b92846cb13a355da /target/linux/qualcommax | |
parent | 9b650e1319ce1b48b787f407d9ec9e473a9e93b8 (diff) |
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>
Diffstat (limited to 'target/linux/qualcommax')
-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" |