From: Alexey Dobriyan Date: Fri, 31 Oct 2008 07:42:25 +0000 (-0700) Subject: xfrm: remove unused struct xfrm_policy::next X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cc0fe83525d734bdd9c883b45eca6bb22f286daa;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git xfrm: remove unused struct xfrm_policy::next Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- 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 { struct xfrm_policy { - struct xfrm_policy *next; struct hlist_node bydst; struct hlist_node byidx;