Re: [PATCH net-next] net/packet: remove unneeded declaraion of tpacket_snd().

2017-06-10 Thread David Miller
From: Rami Rosen Date: Sat, 10 Jun 2017 03:22:48 +0300 > This patch removes unneeded forward declaration of tpacket_snd() > in net/packet/af_packet.c. > > Signed-off-by: Rami Rosen Applied, thanks Rami.

[PATCH net-next] net/packet: remove unneeded declaraion of tpacket_snd().

2017-06-10 Thread Rami Rosen
This patch removes unneeded forward declaration of tpacket_snd() in net/packet/af_packet.c. Signed-off-by: Rami Rosen --- net/packet/af_packet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index 82ca49fba336..f9349a495caf 100644 --- a/net/pa