]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
sched: protocol only needed when CONFIG_NET_CLS_ACT is enabled
authorHagen Paul Pfeifer <hagen@jauu.net>
Fri, 25 Feb 2011 05:45:21 +0000 (05:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 22:00:23 +0000 (14:00 -0800)
Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_api.c

index 15074157940871167207bb8ca7b9e65cacc7b470..7490f3f2db8bf50a8ac2ede5339687789d45ec44 100644 (file)
@@ -1672,12 +1672,12 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp,
                struct tcf_result *res)
 {
        int err = 0;
-       __be16 protocol;
 #ifdef CONFIG_NET_CLS_ACT
+       __be16 protocol;
        struct tcf_proto *otp = tp;
 reclassify:
-#endif
        protocol = skb->protocol;
+#endif
 
        err = tc_classify_compat(skb, tp, res);
 #ifdef CONFIG_NET_CLS_ACT