diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2020-02-24 20:00:07 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-03-04 22:36:01 +0100 |
commit | 0d94b0626cea43fd592127f3dd33916c344b3746 (patch) | |
tree | 04118dee30a8969d2c48381826a25d4da8ff6b5b | |
parent | 98d54f81e36ba3bf92172791eba5ca5bd813989b (diff) |
PNP: add missing include/linux/pnp.h to MAINTAINERS
include/linux/pnp.h should be covered by the PNP entry in MAINTAINERS,
so add it in there.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
[ rjw: Subject & changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6158a143a13e..ad66b7a1666c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13349,6 +13349,7 @@ F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt PNP SUPPORT M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> S: Maintained +F: include/linux/pnp.h F: drivers/pnp/ POSIX CLOCKS and TIMERS |