diff options
author | Simon Horman <horms@kernel.org> | 2024-08-21 09:46:44 +0100 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2024-08-22 15:23:41 +0200 |
commit | 1ac66c4960e1c735eb6edfd3e6d52bebb2aa347e (patch) | |
tree | 9b2c7c6755bd30b87be19f193a2331cd71f9eb23 /MAINTAINERS | |
parent | af688a99eb1fc7ef69774665d61e6be51cea627a (diff) |
MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
This is part of an effort to assign a section in MAINTAINERS to header
files that relate to Networking. In this case the files with "net" in
their name.
It seems that sonet.h is included in ATM related source files,
and thus that ATM is the most relevant section for these files.
Cc: Chas Williams <3chas3@gmail.com>
Signed-off-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a964a34651f5..c682203915a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3504,7 +3504,9 @@ S: Maintained W: http://linux-atm.sourceforge.net F: drivers/atm/ F: include/linux/atm* +F: include/linux/sonet.h F: include/uapi/linux/atm* +F: include/uapi/linux/sonet.h ATMEL MACB ETHERNET DRIVER M: Nicolas Ferre <nicolas.ferre@microchip.com> |