From: Zijun Hu Date: Sat, 8 Feb 2025 14:45:48 +0000 (+0800) Subject: MAINTAINERS: Add driver core headers to DRIVER CORE maintainers X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0514059ca09e407614a02fb3687ea78e607e6526;p=users%2Fjedix%2Flinux-maple.git MAINTAINERS: Add driver core headers to DRIVER CORE maintainers According to get_maintainer.pl output, there are neither maintainer nor supporter for the following driver core headers: include/linux/device.h include/linux/device/ Add them to DRIVER CORE maintainers. Signed-off-by: Zijun Hu Link: https://lore.kernel.org/r/20250208-drv_core_hdr-v1-1-8205b0483e3f@quicinc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index efee40ea589f..23ab17594359 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7098,7 +7098,9 @@ F: Documentation/core-api/kobject.rst F: drivers/base/ F: fs/debugfs/ F: fs/sysfs/ +F: include/linux/device/ F: include/linux/debugfs.h +F: include/linux/device.h F: include/linux/fwnode.h F: include/linux/kobj* F: include/linux/property.h