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: 74d1d82cda ("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>
This commit is contained in:
Danilo Krummrich
2026-07-27 22:45:36 +02:00
committed by Greg Kroah-Hartman
parent 68ac45aabe
commit f2687db25d

View File

@@ -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*