summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2026-07-27 22:45:36 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-31 11:13:46 +0200
commitf2687db25dd52319cb06ef4aa8cc2a13fa0203fa (patch)
treeb9ae4fe5a905784c12019d192aa60e3abf9c1050
parent68ac45aabe603f330f3b9776d6e5ddf573b1fdea (diff)
MAINTAINERS: add sys_soc.h to DRIVER CORE
The sys_soc.h header was never added to the DRIVER CORE MAINTAINERS entry when the SoC bus was introduced. Add it now. Fixes: 74d1d82cdaae ("drivers/base: add bus for System-on-Chip devices") Signed-off-by: Danilo Krummrich <dakr@kernel.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260727204543.2286472-1-dakr@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 857dbe75a099..f672858996f0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7901,6 +7901,7 @@ F: include/linux/fwnode.h
F: include/linux/kobj*
F: include/linux/ksysfs.h
F: include/linux/property.h
+F: include/linux/sys_soc.h
F: include/linux/sysfs.h
F: kernel/ksysfs.c
F: lib/kobj*