diff mbox

xfrm: remove unused struct xfrm_policy::next

Message ID 20081030094459.GB5742@x200.localdomain
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Alexey Dobriyan Oct. 30, 2008, 9:44 a.m. UTC
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 include/net/xfrm.h |    1 -
 1 file changed, 1 deletion(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller Oct. 31, 2008, 7:42 a.m. UTC | #1
From: Alexey Dobriyan <adobriyan@gmail.com>
Date: Thu, 30 Oct 2008 12:44:59 +0300

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

Also applied, thanks Alexey.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -479,7 +479,6 @@  struct xfrm_policy_walk {
 
 struct xfrm_policy
 {
-	struct xfrm_policy	*next;
 	struct hlist_node	bydst;
 	struct hlist_node	byidx;