summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_bri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-02 13:02:29 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-02 13:02:29 +0000
commitef05eedbe6bffbdaaee55f26b0c54a06fd32b6f2 (patch)
tree9ad41b5d77c42f6b5cf7397f4a9005a7a5483024 /drivers/dahdi/xpp/card_bri.c
parent8eebe3930583371de9d168b500e67e8d230d1aaa (diff)
Remove unneeded case for #ifdef DAHDI_SPANSTAT_V2 -
this is always the case for dahdi. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4509 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_bri.c')
-rw-r--r--drivers/dahdi/xpp/card_bri.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c
index 66ce51e..5d479fd 100644
--- a/drivers/dahdi/xpp/card_bri.c
+++ b/drivers/dahdi/xpp/card_bri.c
@@ -673,9 +673,7 @@ static int BRI_card_dahdi_preregistration(xpd_t *xpd, bool on)
/* Nothing to do yet */
return 0;
}
-#ifdef DAHDI_SPANSTAT_V2
xpd->span.spantype = "BRI";
-#endif
xpd->span.linecompat = DAHDI_CONFIG_AMI | DAHDI_CONFIG_CCS;
xpd->span.deflaw = DAHDI_LAW_ALAW;
BIT_SET(xpd->digital_signalling, 2); /* D-Channel */