From bbdf5918d6a6d2e0fe06af87e0570d970790f91a Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 23 May 2011 16:45:53 +0300 Subject: Revert "remove OLD_PROC code (leave only informative proc files)" This reverts commit bab264ce3cb81098ff5b450f7c94a44a10f95dec. --- drivers/dahdi/xpp/xbus-core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/dahdi/xpp/xbus-core.h') diff --git a/drivers/dahdi/xpp/xbus-core.h b/drivers/dahdi/xpp/xbus-core.h index ebc3483..536acaf 100644 --- a/drivers/dahdi/xpp/xbus-core.h +++ b/drivers/dahdi/xpp/xbus-core.h @@ -135,6 +135,11 @@ struct xbus_workqueue { int num_units; int num_units_initialized; wait_queue_head_t wait_for_xpd_initialization; +#ifdef CONFIG_PROC_FS +#ifdef OLD_PROC + struct proc_dir_entry *proc_xbus_waitfor_xpds; +#endif +#endif spinlock_t worker_lock; struct semaphore running_initialization; }; -- cgit v1.2.3