summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-06 18:56:07 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-06 18:56:07 +0000
commitb831335c1c0c309d8cc2b59883d0a29c7af2624a (patch)
tree665327565dcb50cc47c0371d5a8c99c6c1839574 /drivers
parent2f15ac6cd27849cd6950601f40c2dde54e48b1be (diff)
Fix yet another surviving place with CONFIG_ZAPATA_BRI_DCHANS .
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4548 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/xpp/xpp_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xpp_dahdi.c b/drivers/dahdi/xpp/xpp_dahdi.c
index 18fbe05..49153bc 100644
--- a/drivers/dahdi/xpp/xpp_dahdi.c
+++ b/drivers/dahdi/xpp/xpp_dahdi.c
@@ -1017,7 +1017,7 @@ static int __init xpp_dahdi_init(void)
INFO("revision %s MAX_XPDS=%d (%d*%d)\n", XPP_VERSION,
MAX_XPDS, MAX_UNIT, MAX_SUBUNIT);
-#ifdef CONFIG_ZAPATA_BRI_DCHANS
+#ifdef CONFIG_DAHDI_BRI_DCHANS
INFO("FEATURE: with BRISTUFF support\n");
#else
INFO("FEATURE: without BRISTUFF support\n");