diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-03-27 15:01:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-27 18:08:51 +0200 |
commit | 386af3bdb53585405c22dae58ad99b72ed5895f5 (patch) | |
tree | dfad2bd59c3d8cd4834a80889826eecbd2ab5fd3 /MAINTAINERS | |
parent | driver core: class: fix documentation for class_create() (diff) | |
download | linux-386af3bdb53585405c22dae58ad99b72ed5895f5.tar.xz linux-386af3bdb53585405c22dae58ad99b72ed5895f5.zip |
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 <andriy.shevchenko@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/20230327130150.84114-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..b088fceaff39 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) |