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, 0 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 311f25af5e1a..7720c1182bb4 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -509,11 +509,9 @@ __be16 xfrm_flowi_sport(struct flowi *fl)
509 case IPPROTO_ICMPV6: 509 case IPPROTO_ICMPV6:
510 port = htons(fl->fl_icmp_type); 510 port = htons(fl->fl_icmp_type);
511 break; 511 break;
512#ifdef CONFIG_IPV6_MIP6
513 case IPPROTO_MH: 512 case IPPROTO_MH:
514 port = htons(fl->fl_mh_type); 513 port = htons(fl->fl_mh_type);
515 break; 514 break;
516#endif
517 default: 515 default:
518 port = 0; /*XXX*/ 516 port = 0; /*XXX*/
519 } 517 }