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>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9506

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/branches/2.4@9680 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Tzafrir Cohen
2011-01-21 05:31:11 +00:00
committed by Shaun Ruffell
parent 3ae68b9ca6
commit abd2c1c21e

View File

@@ -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