[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240124-connector-maintainer-v1-1-a9703202fd9a@kernel.org>
Date: Wed, 24 Jan 2024 09:16:22 +0000
From: Simon Horman <horms@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Alexey Dobriyan <adobriyan@...il.com>, netdev@...r.kernel.org
Subject: [PATCH net] MAINTAINERS: Add connector headers to NETWORKING
DRIVERS
Commit 46cf789b68b2 ("connector: Move maintainence under networking
drivers umbrella.") moved the connector maintenance but did not include
the connector header files.
It seems that it has always been implied that these headers were
maintained along with the rest of the connector code, both before and
after the cited commit. Make this explicit.
Signed-off-by: Simon Horman <horms@...nel.org>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8709c7cd3656..8e5cb3e1dac9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15158,6 +15158,7 @@ F: Documentation/networking/net_cachelines/net_device.rst
F: drivers/connector/
F: drivers/net/
F: include/dt-bindings/net/
+F: include/linux/cn_proc.h
F: include/linux/etherdevice.h
F: include/linux/fcdevice.h
F: include/linux/fddidevice.h
@@ -15165,6 +15166,7 @@ F: include/linux/hippidevice.h
F: include/linux/if_*
F: include/linux/inetdevice.h
F: include/linux/netdevice.h
+F: include/uapi/linux/cn_proc.h
F: include/uapi/linux/if_*
F: include/uapi/linux/netdevice.h
X: drivers/net/wireless/
Powered by blists - more mailing lists