diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-10 16:17:00 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-15 20:14:35 -0400 |
commit | 60eea6cf2964beea6c38d9050bc3823a93db97e0 (patch) | |
tree | 46d62b637ca664a722d6ded6463299207b3b6723 /net/atm/lec.h | |
parent | 1abd2296b4a1ee7b6a883541c3ede52042a09521 (diff) | |
download | linux-3.10-60eea6cf2964beea6c38d9050bc3823a93db97e0.tar.gz linux-3.10-60eea6cf2964beea6c38d9050bc3823a93db97e0.tar.bz2 linux-3.10-60eea6cf2964beea6c38d9050bc3823a93db97e0.zip |
atm: remove the coupling to token ring support
The token ring support is going away, so decouple
the atm support from it in advance.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/atm/lec.h')
-rw-r--r-- | net/atm/lec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/atm/lec.h b/net/atm/lec.h index dfc07196646..c730e57de19 100644 --- a/net/atm/lec.h +++ b/net/atm/lec.h @@ -142,7 +142,6 @@ struct lec_priv { int itfnum; /* e.g. 2 for lec2, 5 for lec5 */ struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */ int is_proxy; /* bridge between ATM and Ethernet */ - int is_trdev; /* Device type, 0 = Ethernet, 1 = TokenRing */ }; struct lec_vcc_priv { |