summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_pri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-07 11:00:07 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-12-07 11:00:07 +0000
commita1f473e1ddd8f953fbbcc5de4c46d64249d65495 (patch)
tree752330c9437d92067adeea2a06ab9c83f58501e9 /drivers/dahdi/xpp/card_pri.c
parent3e1cfbefa8b0ad2e749ac03b6feb0a7958e950e4 (diff)
xpd_pri: Remove pointless hooksig span op
If the span reports that it supports hooksig, DAHDI may fail to use RBS. So remove a call to that stub function. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9506 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_pri.c')
-rw-r--r--drivers/dahdi/xpp/card_pri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c
index 8cb87fc..ecfaafd 100644
--- a/drivers/dahdi/xpp/card_pri.c
+++ b/drivers/dahdi/xpp/card_pri.c
@@ -1282,7 +1282,6 @@ static const struct dahdi_span_ops PRI_span_ops = {
.rbsbits = pri_rbsbits,
.open = xpp_open,
.close = xpp_close,
- .hooksig = xpp_hooksig, /* Only with RBS bits */
.ioctl = xpp_ioctl,
.maint = xpp_maint,
#ifdef DAHDI_SYNC_TICK