diff options
author | Tilman Schmidt <tilman@imap.cc> | 2009-05-13 08:44:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-17 23:51:28 -0400 |
commit | 0a305720ee597aad41af61e6b6844321d3e24251 (patch) | |
tree | e1681bb3ae4f60e9aac3650469ffc13cb6743839 /drivers/isdn/gigaset/gigaset.h | |
parent | b88bd95655c7bc059606529e01467594978d7b72 (diff) |
gigaset: remove unused structure member rcvbytes
The B channel data structure member rcvbytes was never set to
anything else but zero, so drop it.
Impact: cleanup
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index d5f0110a8dfa..a2f6125739eb 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -384,7 +384,6 @@ struct bc_state { | |||
384 | int trans_up; /* Counter of packages (upstream) */ | 384 | int trans_up; /* Counter of packages (upstream) */ |
385 | 385 | ||
386 | struct at_state_t at_state; | 386 | struct at_state_t at_state; |
387 | unsigned long rcvbytes; | ||
388 | 387 | ||
389 | __u16 fcs; | 388 | __u16 fcs; |
390 | struct sk_buff *skb; | 389 | struct sk_buff *skb; |