qualcommax: 6.6: fix SCM header include path for WCSS
authorRobert Marko <robimarko@gmail.com>
Thu, 29 Feb 2024 21:04:52 +0000 (22:04 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 22 Mar 2024 20:19:21 +0000 (21:19 +0100)
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>
target/linux/qualcommax/patches-6.6/0113-remoteproc-qcom-Add-secure-PIL-support.patch

index 8bb5bc695b879b97ba97d0caa1ae1a3943473890..ef2a35bbd2ac707b0f0f56bcd0135bdbb6ce4cfc 100644 (file)
@@ -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"