diff mbox series

MAINTAINERS: USB: add uapi header files to USB SUBSYSTEM entry

Message ID 20230615094306.2072827-2-gregkh@linuxfoundation.org
State New
Headers show
Series MAINTAINERS: USB: add uapi header files to USB SUBSYSTEM entry | expand

Commit Message

Greg Kroah-Hartman June 15, 2023, 9:43 a.m. UTC
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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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>