diff options
Diffstat (limited to 'net/packet/af_packet.c')
-rw-r--r-- | net/packet/af_packet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 91d246d34780..3304caa65347 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c | |||
@@ -1344,7 +1344,8 @@ static struct proto packet_proto = { | |||
1344 | * Create a packet of type SOCK_PACKET. | 1344 | * Create a packet of type SOCK_PACKET. |
1345 | */ | 1345 | */ |
1346 | 1346 | ||
1347 | static int packet_create(struct net *net, struct socket *sock, int protocol) | 1347 | static int packet_create(struct net *net, struct socket *sock, int protocol, |
1348 | int kern) | ||
1348 | { | 1349 | { |
1349 | struct sock *sk; | 1350 | struct sock *sk; |
1350 | struct packet_sock *po; | 1351 | struct packet_sock *po; |