summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_fxo.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_fxo.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_fxo.c')
-rw-r--r--drivers/dahdi/xpp/card_fxo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/card_fxo.c b/drivers/dahdi/xpp/card_fxo.c
index 5091dcf..96e528c 100644
--- a/drivers/dahdi/xpp/card_fxo.c
+++ b/drivers/dahdi/xpp/card_fxo.c
@@ -500,9 +500,7 @@ static int FXO_card_dahdi_preregistration(xpd_t *xpd, bool on)
priv = xpd->priv;
BUG_ON(!priv);
XPD_DBG(GENERAL, xpd, "%s\n", (on)?"ON":"OFF");
-#ifdef DAHDI_SPANSTAT_V2
xpd->span.spantype = "FXO";
-#endif
for_each_line(xpd, i) {
struct dahdi_chan *cur_chan = &xpd->chans[i];