X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Finclude%2Flinux%2Fif_pppox.h;h=b49cf923becc2405b3d99ef6f88e5a524423e7a3;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=66a7d7600f4343a809252ba809d92bca5bc7e8f9;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/include/linux/if_pppox.h b/kernel/include/linux/if_pppox.h index 66a7d7600..b49cf923b 100644 --- a/kernel/include/linux/if_pppox.h +++ b/kernel/include/linux/if_pppox.h @@ -74,7 +74,7 @@ static inline struct sock *sk_pppox(struct pppox_sock *po) struct module; struct pppox_proto { - int (*create)(struct net *net, struct socket *sock); + int (*create)(struct net *net, struct socket *sock, int kern); int (*ioctl)(struct socket *sock, unsigned int cmd, unsigned long arg); struct module *owner;