summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_bri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-05-23 13:38:16 +0000
committerOron Peled <oron.peled@xorcom.com>2011-05-23 16:55:50 +0300
commit35a1e9c60bccdafdf3d59d1c6c15e68d59d8ef11 (patch)
tree37f2d772c3df5b2abeb80c26de858f2723c51e30 /drivers/dahdi/xpp/card_bri.c
parenta48b12f60d4273d9404bd3141f0f8b4edd7874be (diff)
xpp: Remove obsolete XPP_DEBUGFS code
XPP_DEBUGFS code was some code used to send BRI D-Channel data through debugfs for, well, debugging. Unused in recent years. Time to remove. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9917 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_bri.c')
-rw-r--r--drivers/dahdi/xpp/card_bri.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c
index ede9d9a..014ae0a 100644
--- a/drivers/dahdi/xpp/card_bri.c
+++ b/drivers/dahdi/xpp/card_bri.c
@@ -563,9 +563,6 @@ static int rx_dchan(xpd_t *xpd, reg_cmd_t *regcmd)
priv = xpd->priv;
BUG_ON(!priv);
xbus = xpd->xbus;
-#ifdef XPP_DEBUGFS
- xbus_log(xbus, xpd, 0, regcmd, sizeof(reg_cmd_t)); /* 0 = RX */
-#endif
dchan = XPD_CHAN(xpd, 2);
if(!IS_OFFHOOK(xpd, 2)) { /* D-chan is used? */
static int rate_limit;
@@ -640,9 +637,6 @@ static int rx_dchan(xpd_t *xpd, reg_cmd_t *regcmd)
priv = xpd->priv;
BUG_ON(!priv);
xbus = xpd->xbus;
-#ifdef XPP_DEBUGFS
- xbus_log(xbus, xpd, 0, regcmd, sizeof(reg_cmd_t)); /* 0 = RX */
-#endif
dchan = XPD_CHAN(xpd, 2);
if(!IS_OFFHOOK(xpd, 2)) { /* D-chan is used? */
static int rate_limit;