diff options
author | Chas Williams <chas@cmf.nrl.navy.mil> | 2006-09-29 17:15:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-09-29 17:15:15 -0700 |
commit | edbc9b014fda4b13466b2e2ac53b940337548ab4 (patch) | |
tree | ba3d8b96fe0a3d8f5677f144e914ee7684266497 /net | |
parent | d0732f649f090b31f976a9ce59a38e1191077909 (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')
-rw-r--r-- | net/atm/lec_arpc.h | 3 |
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 { void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb); /* Push that leads to daemon */ - void (*old_close) (struct atm_vcc *vcc); - /* We want to see when this vcc gets closed */ - unsigned long last_used; /* For expiry */ unsigned long timestamp; /* Used for various timestamping things: * 1. FLUSH started |