From 87d376ba19ab8fd700769931d90cebf66b0e7700 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 7 Dec 2010 11:00:07 +0000 Subject: [PATCH] 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9506 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/card_pri.c | 1 - 1 file changed, 1 deletion(-) 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