summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_dahdi.c
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
commit86580be841d3603e1c2efd9c6e61376100e6bf05 (patch)
tree665327565dcb50cc47c0371d5a8c99c6c1839574 /drivers/dahdi/xpp/xpp_dahdi.c
parentd0a8794fdc7d37aeaf92782efef4b04c35d94018 (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/dahdi/xpp/xpp_dahdi.c')
-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");