diff mbox series

[v2,1/2] device property: Add headers to the Driver Core entry in MAINTAINERS

Message ID 20230327130150.84114-1-andriy.shevchenko@linux.intel.com
State Accepted
Commit 386af3bdb53585405c22dae58ad99b72ed5895f5
Headers show
Series [v2,1/2] device property: Add headers to the Driver Core entry in MAINTAINERS | expand

Commit Message

Andy Shevchenko March 27, 2023, 1:01 p.m. UTC
The header files (fwnode.h and property.h) are part of the device
property API, which in its turn is part of driver core. Add the
missed headers to the corresponding record in the MAINTAINERS database.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
v2: new patch
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 93fb4e5a2814..aa61d9ede78b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6316,7 +6316,9 @@  F:	drivers/base/
 F:	fs/debugfs/
 F:	fs/sysfs/
 F:	include/linux/debugfs.h
+F:	include/linux/fwnode.h
 F:	include/linux/kobj*
+F:	include/linux/property.h
 F:	lib/kobj*
 
 DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS)