Commit d36673f5 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

can: dev: can_dellink(): remove return at end of void function

This patch remove the return at the end of the void function
can_dellink().
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent f59d7824
...@@ -1196,7 +1196,6 @@ static int can_newlink(struct net *src_net, struct net_device *dev, ...@@ -1196,7 +1196,6 @@ static int can_newlink(struct net *src_net, struct net_device *dev,
static void can_dellink(struct net_device *dev, struct list_head *head) static void can_dellink(struct net_device *dev, struct list_head *head)
{ {
return;
} }
static struct rtnl_link_ops can_link_ops __read_mostly = { static struct rtnl_link_ops can_link_ops __read_mostly = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment