summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/mmapdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/xpp/mmapdrv.c')
-rw-r--r--drivers/dahdi/xpp/mmapdrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/mmapdrv.c b/drivers/dahdi/xpp/mmapdrv.c
index d63ca12..c3ce708 100644
--- a/drivers/dahdi/xpp/mmapdrv.c
+++ b/drivers/dahdi/xpp/mmapdrv.c
@@ -13,7 +13,7 @@
#include <dahdi.h>
#include "mmapbus.h"
#include "xbus-core.h"
-#include "zap_debug.h"
+#include "dahdi_debug.h"
#include "xdefs.h"
#include "xproto.h"
#include "xframe_queue.h"
@@ -526,7 +526,7 @@ static int __init xpp_mmap_init(void)
ret = -ENOMEM;
goto fail_cache;
}
- /* interface with Zaptel */
+ /* interface with Dahdi */
global_xbus = xbus_new(&xmmap_ops, XFRAME_DATASIZE, NULL);
if (!global_xbus) {
ret = -ENOMEM;