aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/common.c
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2009-05-13 12:44:18 +0000
committerDavid S. Miller <davem@davemloft.net>2009-05-17 20:51:28 -0700
commit0a305720ee597aad41af61e6b6844321d3e24251 (patch)
treee1681bb3ae4f60e9aac3650469ffc13cb6743839 /drivers/isdn/gigaset/common.c
parentgigaset: remove UNDOCREQ config option (diff)
downloadlinux-dev-0a305720ee597aad41af61e6b6844321d3e24251.tar.xz
linux-dev-0a305720ee597aad41af61e6b6844321d3e24251.zip
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c
index 79c9b0f40f4b..e4141bf8b2f3 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,
gig_dbg(DEBUG_INIT, "setting up bcs[%d]->at_state", channel);
gigaset_at_init(&bcs->at_state, bcs, cs, -1);
- bcs->rcvbytes = 0;
-
#ifdef CONFIG_GIGASET_DEBUG
bcs->emptycount = 0;
#endif