net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
[linux-2.6-block.git] / net / dsa / tag_ocelot.c
index 3252634a29b813edd50887a9f160054bb92a916e..d37ab98e7fe18f4f1258c7417f7742c6edde556f 100644 (file)
@@ -55,8 +55,7 @@ static struct sk_buff *seville_xmit(struct sk_buff *skb,
 }
 
 static struct sk_buff *ocelot_rcv(struct sk_buff *skb,
-                                 struct net_device *netdev,
-                                 struct packet_type *pt)
+                                 struct net_device *netdev)
 {
        u64 src_port, qos_class;
        u64 vlan_tci, tag_type;