aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r--fs/proc/root.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c
index ef0fb57fc9ef..cc46fcba8029 100644
--- a/fs/proc/root.c
+++ b/fs/proc/root.c
@@ -22,7 +22,7 @@
22 22
23#include "internal.h" 23#include "internal.h"
24 24
25struct proc_dir_entry *proc_bus, *proc_root_fs, *proc_root_driver; 25struct proc_dir_entry *proc_root_fs, *proc_root_driver;
26 26
27static int proc_test_super(struct super_block *sb, void *data) 27static int proc_test_super(struct super_block *sb, void *data)
28{ 28{
@@ -137,7 +137,7 @@ void __init proc_root_init(void)
137#ifdef CONFIG_PROC_DEVICETREE 137#ifdef CONFIG_PROC_DEVICETREE
138 proc_device_tree_init(); 138 proc_device_tree_init();
139#endif 139#endif
140 proc_bus = proc_mkdir("bus", NULL); 140 proc_mkdir("bus", NULL);
141 proc_sys_init(); 141 proc_sys_init();
142} 142}
143 143
@@ -236,5 +236,4 @@ EXPORT_SYMBOL(proc_create);
236EXPORT_SYMBOL(remove_proc_entry); 236EXPORT_SYMBOL(remove_proc_entry);
237EXPORT_SYMBOL(proc_root); 237EXPORT_SYMBOL(proc_root);
238EXPORT_SYMBOL(proc_root_fs); 238EXPORT_SYMBOL(proc_root_fs);
239EXPORT_SYMBOL(proc_bus);
240EXPORT_SYMBOL(proc_root_driver); 239EXPORT_SYMBOL(proc_root_driver);