summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpd.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-05-23 13:37:40 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-05-23 13:37:40 +0000
commit02c083a1aef81be275b2383410f4fe79f4958e79 (patch)
treea344e0b0880f171f536f9b4155e56a5467e607d9 /drivers/dahdi/xpp/xpd.h
parentb39942e54f9655239641827eb36f63713e665f97 (diff)
xpp: Remove obsolete and unused OLD_PROC code
OLD_PROC marked old and unused code that was used for writing to procfs. It has long ago been replaced with different sysfs interfaces. Time to remove it. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9916 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xpd.h')
-rw-r--r--drivers/dahdi/xpp/xpd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/dahdi/xpp/xpd.h b/drivers/dahdi/xpp/xpd.h
index 2d4b6eb..a9ac71e 100644
--- a/drivers/dahdi/xpp/xpd.h
+++ b/drivers/dahdi/xpp/xpd.h
@@ -216,11 +216,6 @@ struct xpd {
#ifdef CONFIG_PROC_FS
struct proc_dir_entry *proc_xpd_dir;
struct proc_dir_entry *proc_xpd_summary;
-#ifdef OLD_PROC
- struct proc_dir_entry *proc_xpd_ztregister;
- struct proc_dir_entry *proc_xpd_blink;
- struct proc_dir_entry *proc_xpd_chipregs;
-#endif
#endif
int counters[XPD_COUNTER_MAX];