diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-05 06:47:02 +0000 |
commit | 99a7e12f34b3661a0d1354eef83a0eef4df5e34c (patch) | |
tree | 3560aca9ca86792f9ab7bd87861ea143a1b3c7a3 /fs/proc/root.c | |
parent | e73a04659c0b8cdee4dd40e58630e2cf63afb316 (diff) |
Merge with Linux 2.3.38.
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r-- | fs/proc/root.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 83a0d7619..75780167a 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -73,9 +73,6 @@ void __init proc_root_init(void) proc_root_fs = proc_mkdir("fs", 0); proc_root_driver = proc_mkdir("driver", 0); #if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE) -#ifdef CONFIG_SUN_OPENPROMFS - openpromfs_init (); -#endif /* just give it a mountpoint */ proc_mkdir("openprom", 0); #endif |