mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-29 02:13:02 +00:00
generic: 6.1: fix patch 814 Add Qualcomm secure QFPROM support
The backported patch is broken, since kernel 6.1 has not
'include/linux/firmware' directory yet.
Fix the include to the correct path.
Fixes: #14115
Fixes: 52c365f055
("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>
This commit is contained in:
parent
bd413fa78d
commit
0a51f13145
@ -59,7 +59,7 @@ Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
|
|||||||
+ * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
+ * 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/mod_devicetable.h>
|
||||||
+#include <linux/nvmem-provider.h>
|
+#include <linux/nvmem-provider.h>
|
||||||
+#include <linux/platform_device.h>
|
+#include <linux/platform_device.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user