summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xproto.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 18:13:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-19 18:13:11 +0000
commit74856ecf5237acc6f5ca08ce0cefb354316084be (patch)
treeec81fa4dc155bf0aac74e631d51d558f8e0b74f7 /drivers/dahdi/xpp/xproto.c
parent9d886a8e34490fabc3a1e3a0ebba5f8a43a6fd49 (diff)
Yet another zaptel->dahdi rename. XPP file names this time.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4418 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xproto.c')
-rw-r--r--drivers/dahdi/xpp/xproto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dahdi/xpp/xproto.c b/drivers/dahdi/xpp/xproto.c
index c3aa34e..72686e3 100644
--- a/drivers/dahdi/xpp/xproto.c
+++ b/drivers/dahdi/xpp/xproto.c
@@ -22,9 +22,9 @@
#include "xpd.h"
#include "xproto.h"
-#include "xpp_zap.h"
+#include "xpp_dahdi.h"
#include "xbus-core.h"
-#include "zap_debug.h"
+#include "dahdi_debug.h"
#include <linux/module.h>
#include <linux/delay.h>
@@ -437,8 +437,8 @@ int xproto_register(const xproto_table_t *proto_table)
CHECK_XOP(card_tick);
CHECK_XOP(card_pcm_fromspan);
CHECK_XOP(card_pcm_tospan);
- CHECK_XOP(card_zaptel_preregistration);
- CHECK_XOP(card_zaptel_postregistration);
+ 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);