xfrm: remove unused struct xfrm_policy::next
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 31 Oct 2008 07:42:25 +0000 (00:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 07:42:25 +0000 (00:42 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h

index f2c5ba2..45e11b3 100644 (file)
@@ -467,7 +467,6 @@ struct xfrm_policy_walk {
 
 struct xfrm_policy
 {
-       struct xfrm_policy      *next;
        struct hlist_node       bydst;
        struct hlist_node       byidx;