From a48b12f60d4273d9404bd3141f0f8b4edd7874be Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 23 May 2011 13:37:40 +0000 Subject: 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 --- drivers/dahdi/xpp/xbus-core.h | 5 ----- 1 file changed, 5 deletions(-) (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 536acaf..ebc3483 100644 --- a/drivers/dahdi/xpp/xbus-core.h +++ b/drivers/dahdi/xpp/xbus-core.h @@ -135,11 +135,6 @@ 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