patch-2.1.95 linux/fs/proc/root.c
Next file: linux/include/asm-i386/system.h
Previous file: linux/fs/dcache.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Apr 9 13:16:18 1998
- Orig file:
v2.1.94/linux/fs/proc/root.c
- Orig date:
Tue Mar 17 22:18:15 1998
diff -u --recursive --new-file v2.1.94/linux/fs/proc/root.c linux/fs/proc/root.c
@@ -499,13 +499,6 @@
S_IFREG | S_IRUGO, 1, 0, 0,
0, &proc_array_inode_operations
};
-#ifdef CONFIG_PCI_OLD_PROC
-static struct proc_dir_entry proc_root_pci = {
- PROC_PCI, 3, "pci",
- S_IFREG | S_IRUGO, 1, 0, 0,
- 0, &proc_array_inode_operations
-};
-#endif
#ifdef CONFIG_ZORRO
static struct proc_dir_entry proc_root_zorro = {
PROC_ZORRO, 5, "zorro",
@@ -640,9 +633,6 @@
proc_register(&proc_root, &proc_root_meminfo);
proc_register(&proc_root, &proc_root_kmsg);
proc_register(&proc_root, &proc_root_version);
-#ifdef CONFIG_PCI_OLD_PROC
- proc_register(&proc_root, &proc_root_pci);
-#endif
#ifdef CONFIG_ZORRO
proc_register(&proc_root, &proc_root_zorro);
#endif
@@ -707,9 +697,6 @@
#endif
proc_bus = create_proc_entry("bus", S_IFDIR, 0);
-#ifdef CONFIG_PCI
- proc_bus_pci_init();
-#endif
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov