Skip to content

Commit

Permalink
fix 814-v6.6-0012-nvmem-sec-qfprom-Add-Qualcomm-secure-QFPROM-support…
Browse files Browse the repository at this point in the history
….patch

The backported patch is broken, since kernel 6.1 has not
'include/firmware' directory yet.

Fix the bug openwrt#14115

Signed-off-by: Andrey VOLKOV <andrey@volkov.fr>
  • Loading branch information
avolkov-1221 committed Dec 2, 2023
1 parent 643a4ad commit 5dd5393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
+ * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
+ */
+
+#include <linux/firmware/qcom/qcom_scm.h>
+#include <linux/qcom_scm.h>
+#include <linux/mod_devicetable.h>
+#include <linux/nvmem-provider.h>
+#include <linux/platform_device.h>
Expand Down

0 comments on commit 5dd5393

Please sign in to comment.