summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpd.h
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/xpd.h
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/xpd.h')
-rw-r--r--drivers/dahdi/xpp/xpd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/dahdi/xpp/xpd.h b/drivers/dahdi/xpp/xpd.h
index 4644fcf..0e6fcbc 100644
--- a/drivers/dahdi/xpp/xpd.h
+++ b/drivers/dahdi/xpp/xpd.h
@@ -37,14 +37,6 @@
#include <asm/semaphore.h>
#endif
#include <linux/moduleparam.h>
-#ifdef XPP_DEBUGFS
-#ifndef CONFIG_DEBUG_FS
-#warning kernel does not include CONFIG_DEBUG_FS, canceling XPP_DEBUGFS support
-#undef XPP_DEBUGFS
-#else
-#include <linux/debugfs.h>
-#endif
-#endif
#endif /* __KERNEL__ */
#include <dahdi/kernel.h>