From b245cbd5c6ae4cfa0fea4f61b84efc0d2397df78 Mon Sep 17 00:00:00 2001 From: imoseyon Date: Sat, 13 Dec 2014 16:53:42 -0800 Subject: net/packet: merge fix --- net/packet/af_packet.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'net') diff --git a/net/packet/af_packet.c b/net/packet/af_packet.c index a58f9a895..2d454a235 100644 --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c @@ -1173,13 +1173,6 @@ static unsigned int fanout_demux_cpu(struct packet_fanout *f, return smp_processor_id() % num; } -static unsigned int fanout_demux_rnd(struct packet_fanout *f, - struct sk_buff *skb, - unsigned int num) -{ - return prandom_u32_max(num); -} - static unsigned int fanout_demux_rollover(struct packet_fanout *f, struct sk_buff *skb, unsigned int idx, unsigned int skip, -- cgit v1.2.3