summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-10-31 00:42:25 -0700
committerDavid S. Miller <davem@davemloft.net>2008-10-31 00:42:25 -0700
commitcc0fe83525d734bdd9c883b45eca6bb22f286daa (patch)
tree3400a54f4dbce1ca80f2da65d3bf99bd26f970bb /include/net
parentd5917a35ac0d8ebfb4a7d0db3b66054009bd4f37 (diff)
downloadop-kernel-dev-cc0fe83525d734bdd9c883b45eca6bb22f286daa.zip
op-kernel-dev-cc0fe83525d734bdd9c883b45eca6bb22f286daa.tar.gz
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')
-rw-r--r--include/net/xfrm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index f2c5ba2..45e11b3 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -467,7 +467,6 @@ struct xfrm_policy_walk {
struct xfrm_policy
{
- struct xfrm_policy *next;
struct hlist_node bydst;
struct hlist_node byidx;
OpenPOWER on IntegriCloud