diff options
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r-- | include/linux/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 7b552b6c2c19..7c1f3b1d2ee5 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h | |||
@@ -175,7 +175,7 @@ struct netlink_skb_parms | |||
175 | 175 | ||
176 | extern struct sock *netlink_kernel_create(struct net *net, | 176 | extern struct sock *netlink_kernel_create(struct net *net, |
177 | int unit,unsigned int groups, | 177 | int unit,unsigned int groups, |
178 | void (*input)(struct sock *sk, int len), | 178 | void (*input)(struct sk_buff *skb), |
179 | struct mutex *cb_mutex, | 179 | struct mutex *cb_mutex, |
180 | struct module *module); | 180 | struct module *module); |
181 | extern int netlink_change_ngroups(struct sock *sk, unsigned int groups); | 181 | extern int netlink_change_ngroups(struct sock *sk, unsigned int groups); |