summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-02 20:36:25 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-05-02 20:36:25 +0000
commitb6c9e790a3a83a17dc3dea3f57073e10875359c2 (patch)
treee226ce10cefd600fd7d1f39d1d6d2a173d665ea6
parenta675ec4efc8130825497124c89831ce90cf9f8ec (diff)
Remove static TDM mapping
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@636 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 88b6974..5bd71ad 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -2214,8 +2214,6 @@ static int __devinit t4_launch(struct t4 *wc)
#ifdef ENABLE_TASKLETS
tasklet_init(&wc->t4_tlet, t4_tasklet, (unsigned long)wc);
#endif
- t4_tsi_assign(wc, 0, 1, 0, 2);
- t4_tsi_assign(wc, 0, 2, 0, 1);
return 0;
}