diff options
Diffstat (limited to 'net/xfrm/xfrm_output.c')
-rw-r--r-- | net/xfrm/xfrm_output.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c index 40d75eccddda..8c852119d190 100644 --- a/net/xfrm/xfrm_output.c +++ b/net/xfrm/xfrm_output.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/netdevice.h> | 14 | #include <linux/netdevice.h> |
15 | #include <linux/skbuff.h> | 15 | #include <linux/skbuff.h> |
16 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
17 | #include <linux/time.h> | ||
18 | #include <net/dst.h> | 17 | #include <net/dst.h> |
19 | #include <net/xfrm.h> | 18 | #include <net/xfrm.h> |
20 | 19 | ||
@@ -75,9 +74,6 @@ int xfrm_output(struct sk_buff *skb) | |||
75 | x->curlft.bytes += skb->len; | 74 | x->curlft.bytes += skb->len; |
76 | x->curlft.packets++; | 75 | x->curlft.packets++; |
77 | 76 | ||
78 | if (x->props.mode == XFRM_MODE_ROUTEOPTIMIZATION) | ||
79 | x->lastused = get_seconds(); | ||
80 | |||
81 | spin_unlock_bh(&x->lock); | 77 | spin_unlock_bh(&x->lock); |
82 | 78 | ||
83 | skb_reset_network_header(skb); | 79 | skb_reset_network_header(skb); |