]> err.no Git - linux-2.6/blobdiff - include/net/sch_generic.h
[NET]: Eliminate unused argument from sk_stream_alloc_pskb
[linux-2.6] / include / net / sch_generic.h
index c9265518a378ac6ca93ab1a74745d8149d8fcf2b..9418ac26c986eb3911904cc5ff09735df4bd0d2c 100644 (file)
@@ -86,7 +86,7 @@ struct Qdisc_class_ops
 struct Qdisc_ops
 {
        struct Qdisc_ops        *next;
-       struct Qdisc_class_ops  *cl_ops;
+       const struct Qdisc_class_ops    *cl_ops;
        char                    id[IFNAMSIZ];
        int                     priv_size;
 
@@ -325,7 +325,6 @@ static inline struct sk_buff *skb_act_clone(struct sk_buff *skb, gfp_t gfp_mask)
                n->tc_verd = SET_TC_VERD(n->tc_verd, 0);
                n->tc_verd = CLR_TC_OK2MUNGE(n->tc_verd);
                n->tc_verd = CLR_TC_MUNGED(n->tc_verd);
-               n->iif = skb->iif;
        }
        return n;
 }