diff options
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 34200f9e6805..5da192653153 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -376,8 +376,8 @@ enum ip6_defrag_users { | |||
376 | struct ip6_create_arg { | 376 | struct ip6_create_arg { |
377 | __be32 id; | 377 | __be32 id; |
378 | u32 user; | 378 | u32 user; |
379 | struct in6_addr *src; | 379 | const struct in6_addr *src; |
380 | struct in6_addr *dst; | 380 | const struct in6_addr *dst; |
381 | }; | 381 | }; |
382 | 382 | ||
383 | void ip6_frag_init(struct inet_frag_queue *q, void *a); | 383 | void ip6_frag_init(struct inet_frag_queue *q, void *a); |