summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xpd.h
diff options
context:
space:
mode:
authorOron Peled <oron.peled@xorcom.com>2011-05-23 16:45:53 +0300
committerOron Peled <oron.peled@xorcom.com>2011-05-23 16:45:53 +0300
commitbbdf5918d6a6d2e0fe06af87e0570d970790f91a (patch)
tree6e6d81e56ff7b4c45b8c3342e4ecd42a06aa1bae /drivers/dahdi/xpp/xpd.h
parentbab264ce3cb81098ff5b450f7c94a44a10f95dec (diff)
Revert "remove OLD_PROC code (leave only informative proc files)"
This reverts commit bab264ce3cb81098ff5b450f7c94a44a10f95dec.
Diffstat (limited to 'drivers/dahdi/xpp/xpd.h')
-rw-r--r--drivers/dahdi/xpp/xpd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/xpd.h b/drivers/dahdi/xpp/xpd.h
index 4644fcf..66ba88c 100644
--- a/drivers/dahdi/xpp/xpd.h
+++ b/drivers/dahdi/xpp/xpd.h
@@ -217,6 +217,11 @@ 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];