]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/if_pppox.h
Merge tag 'nios2-v4.2' of git://git.rocketboards.org/linux-socfpga-next
[karo-tx-linux.git] / include / linux / if_pppox.h
index 66a7d7600f4343a809252ba809d92bca5bc7e8f9..b49cf923becc2405b3d99ef6f88e5a524423e7a3 100644 (file)
@@ -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;