Skip to content

Commit

Permalink
can: dev: move netlink related code into seperate file
Browse files Browse the repository at this point in the history
This patch moves the netlink 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-7-mkl@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marc Kleine-Budde committed Jan 13, 2021
1 parent 18f2dbf commit 0a042c6
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 367 deletions.
1 change: 1 addition & 0 deletions drivers/net/can/dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ obj-$(CONFIG_CAN_DEV) += can-dev.o
can-dev-y += bittiming.o
can-dev-y += dev.o
can-dev-y += length.o
can-dev-y += netlink.o
can-dev-y += rx-offload.o
can-dev-y += skb.o

Expand Down
Loading

0 comments on commit 0a042c6

Please sign in to comment.