diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2021-01-11 17:19:16 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2021-01-13 11:42:58 +0300 |
commit | 9f16f4e0a8a08e39c40cc9b7e847a96e8ef9063f (patch) | |
tree | e1cb9f24779609a8dda618333a88503ab5e6560d /MAINTAINERS | |
parent | 6d051154d4331f416e436a6f3c0edcb3f6c13e39 (diff) | |
download | linux-9f16f4e0a8a08e39c40cc9b7e847a96e8ef9063f.tar.xz |
MAINTAINERS: CAN network layer: add missing header file can-ml.h
This patch add the can-ml.h to the list of maintained files of the CAN network
layer.
Fixes: ffd956eef69b ("can: introduce CAN midlayer private and allocate it automatically")
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/r/20210111141930.693847-2-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 54fcd5fe572d..c3091a91ebbf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3960,6 +3960,7 @@ W: https://github.com/linux-can T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git F: Documentation/networking/can.rst +F: include/linux/can/can-ml.h F: include/linux/can/core.h F: include/linux/can/skb.h F: include/net/netns/can.h |