diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2021-01-11 17:19:19 +0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2021-01-13 11:42:59 +0300 |
commit | bdd2e413192dd5f2153d166cd907b048cce872e8 (patch) | |
tree | cd3a0425d75cfa4d76d5fdf766eca8a9f89ac299 /MAINTAINERS | |
parent | 5a9d5ecd69ed65fc2d49cdecfc1c1ab1e4d7af34 (diff) | |
download | linux-bdd2e413192dd5f2153d166cd907b048cce872e8.tar.xz |
can: dev: move length related code into seperate file
This patch moves all CAN frame length related code of the CAN device
infrastructure into a separate file.
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Link: https://lore.kernel.org/r/20210111141930.693847-5-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 d17662df1cd7..21780c4e2e71 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3946,6 +3946,7 @@ F: drivers/net/can/ F: include/linux/can/bittiming.h F: include/linux/can/dev.h F: include/linux/can/led.h +F: include/linux/can/length.h F: include/linux/can/platform/ F: include/linux/can/rx-offload.h F: include/uapi/linux/can/error.h |