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/common.c | |
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/common.c')
-rw-r--r-- | drivers/isdn/gigaset/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c index 79c9b0f40f4..e4141bf8b2f 100644 --- a/drivers/isdn/gigaset/common.c +++ b/drivers/isdn/gigaset/common.c | |||
@@ -565,8 +565,6 @@ static struct bc_state *gigaset_initbcs(struct bc_state *bcs, | |||
565 | gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); | 565 | gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel); |
566 | gigaset_at_init(&bcs->at_state, bcs, cs, -1); | 566 | gigaset_at_init(&bcs->at_state, bcs, cs, -1); |
567 | 567 | ||
568 | bcs->rcvbytes = 0; | ||
569 | |||
570 | #ifdef CONFIG_GIGASET_DEBUG | 568 | #ifdef CONFIG_GIGASET_DEBUG |
571 | bcs->emptycount = 0; | 569 | bcs->emptycount = 0; |
572 | #endif | 570 | #endif |