summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2012-10-18 22:11:38 +0200
committerDavid S. Miller <davem@davemloft.net>2012-10-23 02:33:11 -0400
commit0b63bf1fe6f9ed1ec4148e8896f4522e08476b80 (patch)
tree6915ff5d3bf4a0a68ecc47b67f89476bd9242bb6 /MAINTAINERS
parenta35279f002c5843c2b2faaa4538963c8eb18446c (diff)
downloadlinux-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.tar.gz
linux-0b63bf1fe6f9ed1ec4148e8896f4522e08476b80.tar.xz
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--MAINTAINERS8
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 <sony.chacko@qlogic.com>