aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
diff options
context:
space:
mode:
authorChas Williams <chas@cmf.nrl.navy.mil>2006-09-29 20:15:15 -0400
committerDavid S. Miller <davem@davemloft.net>2006-09-29 20:15:15 -0400
commitedbc9b014fda4b13466b2e2ac53b940337548ab4 (patch)
treeba3d8b96fe0a3d8f5677f144e914ee7684266497 /net/atm
parentd0732f649f090b31f976a9ce59a38e1191077909 (diff)
[ATM]: [lec] old_close is no longer used
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
-rw-r--r--net/atm/lec_arpc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/atm/lec_arpc.h b/net/atm/lec_arpc.h
index 885f1fbcb864..125df36d33b8 100644
--- a/net/atm/lec_arpc.h
+++ b/net/atm/lec_arpc.h
@@ -24,9 +24,6 @@ struct lec_arp_table {
24 void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb); 24 void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb);
25 /* Push that leads to daemon */ 25 /* Push that leads to daemon */
26 26
27 void (*old_close) (struct atm_vcc *vcc);
28 /* We want to see when this vcc gets closed */
29
30 unsigned long last_used; /* For expiry */ 27 unsigned long last_used; /* For expiry */
31 unsigned long timestamp; /* Used for various timestamping things: 28 unsigned long timestamp; /* Used for various timestamping things:
32 * 1. FLUSH started 29 * 1. FLUSH started