On Mon, Mar 27, 2023 at 3:02 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxxxx> > --- > v2: new patch > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > 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* Acked-by: Rafael J. Wysocki <rafael@xxxxxxxxxx> > DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) > -- > 2.40.0.1.gaa8946217a0b >