summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2024-01-26 16:55:30 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2024-02-01 21:36:00 +0100
commit99c9d8abd6779d41b763108f877c068f16b19c17 (patch)
treeb7160a5560c1cd9f50d28668e0790249d68e729d /target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch
parent2c363a070e3a007a2f4f5e12491676cbe670fe5a (diff)
downloadopenwrt-99c9d8abd6779d41b763108f877c068f16b19c17.tar.gz
openwrt-99c9d8abd6779d41b763108f877c068f16b19c17.tar.bz2
openwrt-99c9d8abd6779d41b763108f877c068f16b19c17.zip
kernel: bump 5.15 to 5.15.148
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.148 Removed upstreamed: generic/hack-5.15/321-powerpc_crtsavres_prereq.patch[1] Manually rebased: target/linux/octeontx/patches-5.15/0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch[2] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.148&id=0b11a145eb00d51f7ef18cfcae587b93f9adb1e9 2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit?h=v5.15.148&id=b67064bd372300a75293efbbc70624996dccffd4 Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch')
-rw-r--r--target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch b/target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch
index a70c6f2eec..b4554b2eca 100644
--- a/target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch
+++ b/target/linux/generic/backport-5.15/828-v6.4-0004-of-Move-of_modalias-to-module.c.patch
@@ -145,7 +145,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/* phandle iterator functions */
extern int of_phandle_iterator_init(struct of_phandle_iterator *it,
const struct device_node *np,
-@@ -885,6 +888,12 @@ static inline int of_count_phandle_with_
+@@ -735,6 +738,12 @@ static inline int of_count_phandle_with_
return -ENOSYS;
}