diff options
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r-- | include/linux/proc_fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 65582f0384e0..f56205cbebc0 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -97,7 +97,6 @@ struct vmcore { | |||
97 | #ifdef CONFIG_PROC_FS | 97 | #ifdef CONFIG_PROC_FS |
98 | 98 | ||
99 | extern struct proc_dir_entry proc_root; | 99 | extern struct proc_dir_entry proc_root; |
100 | extern struct proc_dir_entry *proc_root_driver; | ||
101 | extern struct proc_dir_entry *proc_root_kcore; | 100 | extern struct proc_dir_entry *proc_root_kcore; |
102 | 101 | ||
103 | extern spinlock_t proc_subdir_lock; | 102 | extern spinlock_t proc_subdir_lock; |
@@ -211,8 +210,6 @@ extern void dup_mm_exe_file(struct mm_struct *oldmm, struct mm_struct *newmm); | |||
211 | 210 | ||
212 | #else | 211 | #else |
213 | 212 | ||
214 | #define proc_root_driver NULL | ||
215 | |||
216 | #define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; }) | 213 | #define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; }) |
217 | static inline void proc_net_remove(struct net *net, const char *name) {} | 214 | static inline void proc_net_remove(struct net *net, const char *name) {} |
218 | 215 | ||