From: Andy Shevchenko Date: Mon, 27 Mar 2023 13:01:49 +0000 (+0300) Subject: device property: Add headers to the Driver Core entry in MAINTAINERS X-Git-Tag: v6.6.7~2982^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386af3bdb53585405c22dae58ad99b72ed5895f5;p=platform%2Fkernel%2Flinux-starfive.git device property: Add headers to the Driver Core entry in MAINTAINERS 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 Acked-by: Rafael J. Wysocki Link: https://lore.kernel.org/r/20230327130150.84114-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc22..b088fce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6318,7 +6318,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)