aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 1c82b944803a..b60f9564fb8d 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -954,7 +954,7 @@ secpath_reset(struct sk_buff *skb)
954} 954}
955 955
956static inline int 956static inline int
957xfrm_addr_any(xfrm_address_t *addr, unsigned short family) 957xfrm_addr_any(const xfrm_address_t *addr, unsigned short family)
958{ 958{
959 switch (family) { 959 switch (family) {
960 case AF_INET: 960 case AF_INET: