diff options
| author | Jean Delvare <[email protected]> | 2012-10-18 20:11:38 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2012-10-23 06:33:11 +0000 |
| commit | 0b63bf1fe6f9ed1ec4148e8896f4522e08476b80 (patch) | |
| tree | 6915ff5d3bf4a0a68ecc47b67f89476bd9242bb6 | |
| parent | pch_gbe: don't reset MAC_RX on FIFO overflow (diff) | |
| download | kernel-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.tar.gz kernel-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.zip | |
MAINTAINERS: NETWORKING DRIVERS matches too much
File pattern include/linux/*device.h matches too much, including
completely unrelated files. Replace it with an explicit list of
network device-related header files.
Signed-off-by: Jean Delvare <[email protected]>
Cc: Joe Perches <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 41c53491db60..8184adb776ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5060,7 +5060,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git S: Odd Fixes F: drivers/net/ F: include/linux/if_* -F: include/linux/*device.h +F: include/linux/netdevice.h +F: include/linux/arcdevice.h +F: include/linux/etherdevice.h +F: include/linux/fcdevice.h +F: include/linux/fddidevice.h +F: include/linux/hippidevice.h +F: include/linux/inetdevice.h NETXEN (1/10) GbE SUPPORT M: Sony Chacko <[email protected]> |
