mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
proc: remove proc_root from drivers
Remove proc_root export. Creation and removal works well if parent PDE is supplied as NULL -- it worked always that way. So, one useless export removed and consistency added, some drivers created PDEs with &proc_root as parent but removed them as NULL and so on. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
928b4d8c89
commit
c74c120a21
22 changed files with 34 additions and 38 deletions
|
@ -96,7 +96,6 @@ struct vmcore {
|
|||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
|
||||
extern struct proc_dir_entry proc_root;
|
||||
extern struct proc_dir_entry *proc_root_kcore;
|
||||
|
||||
extern spinlock_t proc_subdir_lock;
|
||||
|
@ -243,8 +242,6 @@ struct tty_driver;
|
|||
static inline void proc_tty_register_driver(struct tty_driver *driver) {};
|
||||
static inline void proc_tty_unregister_driver(struct tty_driver *driver) {};
|
||||
|
||||
extern struct proc_dir_entry proc_root;
|
||||
|
||||
static inline int pid_ns_prepare_proc(struct pid_namespace *ns)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue