summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_fxo.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 08:49:37 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 08:49:37 +0000
commitbc922245d191ce645af61d6e145eb939b56aefd3 (patch)
treeb903a93a4b32c1f38942cacdafdd56f3a8a4d496 /drivers/dahdi/xpp/card_fxo.c
parentc7f232eaa52b4338875681b760f2154b4b25d143 (diff)
Remove some more unused XPP code:
* The compatibility zt_chan_alarm macro * genzaptelconf.env is gone. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4459 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_fxo.c')
-rw-r--r--drivers/dahdi/xpp/card_fxo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dahdi/xpp/card_fxo.c b/drivers/dahdi/xpp/card_fxo.c
index d7e1510..5091dcf 100644
--- a/drivers/dahdi/xpp/card_fxo.c
+++ b/drivers/dahdi/xpp/card_fxo.c
@@ -41,12 +41,6 @@ static DEF_PARM(uint, poll_metering_interval, 500, 0644, "Poll metering interval
static DEF_PARM(int, ring_debounce, 50, 0644, "Number of ticks to debounce a false RING indication");
static DEF_PARM(int, caller_id_style, 0, 0444, "Caller-Id detection style: 0 - [BELL], 1 - [BT], 2 - [PASS]");
-/* Backward compatibility plug */
-#ifndef DAHDI_GET_PARAMS_V1
-#define dahdi_alarm_channel(a,b) dahdi_qevent_lock(a,( (b)==DAHDI_ALARM_NONE )? \
- DAHDI_EVENT_NOALARM : DAHDI_EVENT_ALARM)
-#endif
-
enum cid_style {
CID_STYLE_BELL = 0, /* E.g: US (Bellcore) */
CID_STYLE_ETSI_POLREV = 1, /* E.g: UK (British Telecom) */