summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpp_dahdi.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/xpp_dahdi.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/xpp_dahdi.c')
-rw-r--r--drivers/dahdi/xpp/xpp_dahdi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/xpp_dahdi.c b/drivers/dahdi/xpp/xpp_dahdi.c
index ae8e381..a8fbfee 100644
--- a/drivers/dahdi/xpp/xpp_dahdi.c
+++ b/drivers/dahdi/xpp/xpp_dahdi.c
@@ -918,7 +918,6 @@ static int dahdi_register_xpd(xpd_t *xpd)
span->hooksig = xpp_hooksig; /* Only with RBS bits */
span->ioctl = xpp_ioctl;
span->maint = xpp_maint;
-#ifdef DAHDI_SPANSTAT_V2
/*
* This actually describe the dahdi_spaninfo version 3
* A bunch of unrelated data exported via a modified ioctl()
@@ -951,7 +950,6 @@ static int dahdi_register_xpd(xpd_t *xpd)
* No irq's for you today!
*/
span->irq = 0;
-#endif
#ifdef DAHDI_SYNC_TICK
span->sync_tick = dahdi_sync_tick;
#endif