diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-10-18 22:11:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-23 02:33:11 -0400 |
commit | 0b63bf1fe6f9ed1ec4148e8896f4522e08476b80 (patch) | |
tree | 6915ff5d3bf4a0a68ecc47b67f89476bd9242bb6 /MAINTAINERS | |
parent | a35279f002c5843c2b2faaa4538963c8eb18446c (diff) | |
download | op-kernel-dev-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.zip op-kernel-dev-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.tar.gz |
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 <khali@linux-fr.org>
Cc: Joe Perches <joe@perches.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 41c5349..8184adb 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 <sony.chacko@qlogic.com> |