diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-15 11:43:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-15 11:50:03 +0200 |
commit | 4ee94d9407898a5c0d3824d50ec91e4cb1276761 (patch) | |
tree | ebf94896acc1d50ca470c2806b95d762242da2eb /MAINTAINERS | |
parent | dt-bindings: reset: convert the xlnx,zynqmp-reset.txt to yaml (diff) | |
download | linux-4ee94d9407898a5c0d3824d50ec91e4cb1276761.tar.xz linux-4ee94d9407898a5c0d3824d50ec91e4cb1276761.zip |
MAINTAINERS: USB: add uapi header files to USB SUBSYSTEM entry
For some reason the include/uapi/linux/usb/ directory is missing in the
USB SUBSYSTEM entry, so get_maintainer will not know to cc: the proper
mailing lists. Fix this up by adding an entry for this directory.
Message-ID: <20230615094306.2072827-2-gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a8c8bd0b845f..8d8cb2067451 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21941,6 +21941,7 @@ F: drivers/usb/ F: include/dt-bindings/usb/ F: include/linux/usb.h F: include/linux/usb/ +F: include/uapi/linux/usb/ USB TYPEC BUS FOR ALTERNATE MODES M: Heikki Krogerus <heikki.krogerus@linux.intel.com> |