diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-04-05 23:32:57 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-04-06 06:27:02 +0200 |
commit | 3b212db232a7c82935c474f081dd72092ea761d9 (patch) | |
tree | 946f78d1fac437ea4c0eb526f7ff8b9885f27ac7 /target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch | |
parent | e92b153e99a8019752b08c6ab0f7c17d9f08063e (diff) | |
download | upstream-3b212db232a7c82935c474f081dd72092ea761d9.tar.gz upstream-3b212db232a7c82935c474f081dd72092ea761d9.tar.bz2 upstream-3b212db232a7c82935c474f081dd72092ea761d9.zip |
kernel: backport of_request_module()
It's needed by NVMEM changes queued for 6.4.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch b/target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch index 1cff52fd9e..bb38a4e68c 100644 --- a/target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch +++ b/target/linux/bcm27xx/patches-5.15/950-0087-OF-DT-Overlay-configfs-interface.patch @@ -106,7 +106,7 @@ configfs: New of_overlay API +++ b/drivers/of/Makefile @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 - obj-y = base.o device.o platform.o property.o + obj-y = base.o device.o module.o platform.o property.o obj-$(CONFIG_OF_KOBJ) += kobj.o +obj-$(CONFIG_OF_CONFIGFS) += configfs.o obj-$(CONFIG_OF_DYNAMIC) += dynamic.o |