diff options
Diffstat (limited to 'include/net/dst.h')
-rw-r--r-- | include/net/dst.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 4fedffd7c56f..15d67c8d3ce8 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -421,8 +421,7 @@ extern void dst_init(void); | |||
421 | 421 | ||
422 | /* Flags for xfrm_lookup flags argument. */ | 422 | /* Flags for xfrm_lookup flags argument. */ |
423 | enum { | 423 | enum { |
424 | XFRM_LOOKUP_WAIT = 1 << 0, | 424 | XFRM_LOOKUP_ICMP = 1 << 0, |
425 | XFRM_LOOKUP_ICMP = 1 << 1, | ||
426 | }; | 425 | }; |
427 | 426 | ||
428 | struct flowi; | 427 | struct flowi; |