Commit cc0fe835 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller

xfrm: remove unused struct xfrm_policy::next

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d5917a35
...@@ -467,7 +467,6 @@ struct xfrm_policy_walk { ...@@ -467,7 +467,6 @@ struct xfrm_policy_walk {
struct xfrm_policy struct xfrm_policy
{ {
struct xfrm_policy *next;
struct hlist_node bydst; struct hlist_node bydst;
struct hlist_node byidx; struct hlist_node byidx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment