net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
[linux-2.6-block.git] / net / dsa / tag_rtl4_a.c
index f6b63aad655160b29f5cc232654b65f0807c2a17..aaddca3c0245c94d4500f965282111c5b5127bd5 100644 (file)
@@ -64,8 +64,7 @@ static struct sk_buff *rtl4a_tag_xmit(struct sk_buff *skb,
 }
 
 static struct sk_buff *rtl4a_tag_rcv(struct sk_buff *skb,
-                                    struct net_device *dev,
-                                    struct packet_type *pt)
+                                    struct net_device *dev)
 {
        u16 protport;
        __be16 *p;