inet: constify ip headers and in6_addr
[deliverable/linux.git] / net / sched / sch_sfq.c
index c2e628dfaaccb0f2dacffa9bbc5dec34bbb5f291..7ef87f9eb675d3b29ef207703c917d7912f6b130 100644 (file)
@@ -169,7 +169,7 @@ static unsigned int sfq_hash(struct sfq_sched_data *q, struct sk_buff *skb)
        }
        case htons(ETH_P_IPV6):
        {
-               struct ipv6hdr *iph;
+               const struct ipv6hdr *iph;
                int poff;
 
                if (!pskb_network_may_pull(skb, sizeof(*iph)))
This page took 0.024883 seconds and 5 git commands to generate.