diff options
Diffstat (limited to 'net/ax25/af_ax25.c')
-rw-r--r-- | net/ax25/af_ax25.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index f1e998b2796e..d6ddfa4c4471 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c | |||
@@ -799,7 +799,8 @@ static struct proto ax25_proto = { | |||
799 | .obj_size = sizeof(struct sock), | 799 | .obj_size = sizeof(struct sock), |
800 | }; | 800 | }; |
801 | 801 | ||
802 | static int ax25_create(struct net *net, struct socket *sock, int protocol) | 802 | static int ax25_create(struct net *net, struct socket *sock, int protocol, |
803 | int kern) | ||
803 | { | 804 | { |
804 | struct sock *sk; | 805 | struct sock *sk; |
805 | ax25_cb *ax25; | 806 | ax25_cb *ax25; |