inet: constify ip headers and in6_addr
[deliverable/linux.git] / net / core / netpoll.c
index 06be2431753e19a2383db73c2f2c3e63a33c6a13..46d9c3a4de2f8e6c0d267468a8b3856d86cbb2d0 100644 (file)
@@ -539,7 +539,7 @@ int __netpoll_rx(struct sk_buff *skb)
 {
        int proto, len, ulen;
        int hits = 0;
-       struct iphdr *iph;
+       const struct iphdr *iph;
        struct udphdr *uh;
        struct netpoll_info *npinfo = skb->dev->npinfo;
        struct netpoll *np, *tmp;
This page took 0.04128 seconds and 5 git commands to generate.