aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/rtnetlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/rtnetlink.h')
-rw-r--r--include/net/rtnetlink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/rtnetlink.h b/include/net/rtnetlink.h
index c3aa044d3fc3..cd5af1f508f2 100644
--- a/include/net/rtnetlink.h
+++ b/include/net/rtnetlink.h
@@ -61,7 +61,8 @@ struct rtnl_link_ops {
61 int (*changelink)(struct net_device *dev, 61 int (*changelink)(struct net_device *dev,
62 struct nlattr *tb[], 62 struct nlattr *tb[],
63 struct nlattr *data[]); 63 struct nlattr *data[]);
64 void (*dellink)(struct net_device *dev); 64 void (*dellink)(struct net_device *dev,
65 struct list_head *head);
65 66
66 size_t (*get_size)(const struct net_device *dev); 67 size_t (*get_size)(const struct net_device *dev);
67 int (*fill_info)(struct sk_buff *skb, 68 int (*fill_info)(struct sk_buff *skb,