aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/proc_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index 523528d237b0..a5316829215b 100644
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@ -77,7 +77,6 @@ struct proc_dir_entry {
77 read_proc_t *read_proc; 77 read_proc_t *read_proc;
78 write_proc_t *write_proc; 78 write_proc_t *write_proc;
79 atomic_t count; /* use count */ 79 atomic_t count; /* use count */
80 int deleted; /* delete flag */
81 int pde_users; /* number of callers into module in progress */ 80 int pde_users; /* number of callers into module in progress */
82 spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */ 81 spinlock_t pde_unload_lock; /* proc_fops checks and pde_users bumps */
83 struct completion *pde_unload_completion; 82 struct completion *pde_unload_completion;