generic: 6.1: fix patch 814 Add Qualcomm secure QFPROM support
authorAndrey VOLKOV <andrey@volkov.fr>
Sat, 2 Dec 2023 21:03:31 +0000 (22:03 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 9 Dec 2023 18:26:32 +0000 (19:26 +0100)
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: 52c365f055f6 ("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>
target/linux/generic/backport-6.1/814-v6.6-0012-nvmem-sec-qfprom-Add-Qualcomm-secure-QFPROM-support.patch

index d24a624ddfa75ad9163fd3f41d8d8145aafdae45..af4a2926dc273c14220006f5a6a98c6e5e7b4a90 100644 (file)
@@ -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>