Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/clk...
[deliverable/linux.git] / net / ipv6 / exthdrs_core.c
index 9508a20fbf61432f561202edbe40b59e63c3489e..305e2ed730bf42438190ad2fd7ae9ac9b4eed98f 100644 (file)
@@ -112,7 +112,7 @@ int ipv6_skip_exthdr(const struct sk_buff *skb, int start, u8 *nexthdrp,
 }
 EXPORT_SYMBOL(ipv6_skip_exthdr);
 
-int ipv6_find_tlv(struct sk_buff *skb, int offset, int type)
+int ipv6_find_tlv(const struct sk_buff *skb, int offset, int type)
 {
        const unsigned char *nh = skb_network_header(skb);
        int packet_len = skb_tail_pointer(skb) - skb_network_header(skb);
This page took 0.027017 seconds and 5 git commands to generate.