summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xproto.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-09-29 16:23:13 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-09-29 16:23:13 +0000
commit5d91a043f4d0c55ec1d1dbd08942387465ae9ccb (patch)
tree280934276af83536511ec8384246d627e05c58a6 /drivers/dahdi/xpp/xproto.c
parent3f652d418dd89b1a4b84923afe9ee84b21d0e7e0 (diff)
xpp: make card_hooksig an optional card method.
Done in preperation for T1 CAS support, as the PRI module will use RBS instead. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7244 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xproto.c')
-rw-r--r--drivers/dahdi/xpp/xproto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xproto.c b/drivers/dahdi/xpp/xproto.c
index 70f82d5..4ae64f9 100644
--- a/drivers/dahdi/xpp/xproto.c
+++ b/drivers/dahdi/xpp/xproto.c
@@ -446,7 +446,6 @@ int xproto_register(const xproto_table_t *proto_table)
CHECK_XOP(card_pcm_tospan);
CHECK_XOP(card_dahdi_preregistration);
CHECK_XOP(card_dahdi_postregistration);
- CHECK_XOP(card_hooksig);
// CHECK_XOP(card_ioctl); // optional method -- call after testing
CHECK_XOP(card_register_reply);
CHECK_XOP(XPD_STATE);