xfrm: avoid compiler warning when ipv6 is disabled
authorFlorian Westphal <fw@strlen.de>
Tue, 15 Jun 2021 14:27:20 +0000 (16:27 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 16 Jun 2021 06:32:14 +0000 (08:32 +0200)
with CONFIG_IPV6=n:
xfrm_output.c:140:12: warning: 'xfrm6_hdr_offset' defined but not used

Fixes: 9acf4d3b9ec1 ("xfrm: ipv6: add xfrm6_hdr_offset helper")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_output.c

index e14fca1fb00333765e36f941b5df13b268cc4dc8..0b2975ef06687539307417d46a5ebfcc68f98634 100644 (file)
@@ -137,6 +137,7 @@ static int mip6_rthdr_offset(struct sk_buff *skb, u8 **nexthdr, int type)
 }
 #endif
 
+#if IS_ENABLED(CONFIG_IPV6)
 static int xfrm6_hdr_offset(struct xfrm_state *x, struct sk_buff *skb, u8 **prevhdr)
 {
        switch (x->type->proto) {
@@ -151,6 +152,7 @@ static int xfrm6_hdr_offset(struct xfrm_state *x, struct sk_buff *skb, u8 **prev
 
        return ip6_find_1stfragopt(skb, prevhdr);
 }
+#endif
 
 /* Add encapsulation header.
  *