diff options
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r-- | include/net/netlink.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h index 2e4c90a98a7f..0bf325c29aff 100644 --- a/include/net/netlink.h +++ b/include/net/netlink.h | |||
@@ -217,8 +217,6 @@ struct nl_info { | |||
217 | extern void netlink_run_queue(struct sock *sk, unsigned int *qlen, | 217 | extern void netlink_run_queue(struct sock *sk, unsigned int *qlen, |
218 | int (*cb)(struct sk_buff *, | 218 | int (*cb)(struct sk_buff *, |
219 | struct nlmsghdr *)); | 219 | struct nlmsghdr *)); |
220 | extern void netlink_queue_skip(struct nlmsghdr *nlh, | ||
221 | struct sk_buff *skb); | ||
222 | extern int nlmsg_notify(struct sock *sk, struct sk_buff *skb, | 220 | extern int nlmsg_notify(struct sock *sk, struct sk_buff *skb, |
223 | u32 pid, unsigned int group, int report, | 221 | u32 pid, unsigned int group, int report, |
224 | gfp_t flags); | 222 | gfp_t flags); |