diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-31 03:42:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-31 03:42:25 -0400 |
commit | cc0fe83525d734bdd9c883b45eca6bb22f286daa (patch) | |
tree | 3400a54f4dbce1ca80f2da65d3bf99bd26f970bb /include/net/xfrm.h | |
parent | d5917a35ac0d8ebfb4a7d0db3b66054009bd4f37 (diff) |
xfrm: remove unused struct xfrm_policy::next
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r-- | include/net/xfrm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index f2c5ba28a428..45e11b3631e4 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -467,7 +467,6 @@ struct xfrm_policy_walk { | |||
467 | 467 | ||
468 | struct xfrm_policy | 468 | struct xfrm_policy |
469 | { | 469 | { |
470 | struct xfrm_policy *next; | ||
471 | struct hlist_node bydst; | 470 | struct hlist_node bydst; |
472 | struct hlist_node byidx; | 471 | struct hlist_node byidx; |
473 | 472 | ||