Skip to content

Commit

Permalink
generic: 6.1: fix patch 814 Add Qualcomm secure QFPROM support
Browse files Browse the repository at this point in the history
The backported patch is broken, since kernel 6.1 has not
'include/linux/firmware' directory yet.

Fix the include to the correct path.

Fixes: openwrt#14115
Fixes: 52c365f ("kernel: backport v6.6 nvmem changes")
Signed-off-by: Andrey VOLKOV <andrey@volkov.fr>
[ improve commit description and title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
  • Loading branch information
avolkov-1221 authored and Ansuel committed Dec 9, 2023
1 parent 643a4ad commit 4d73713
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 4d73713

Please sign in to comment.