From 1471f525455788c20b130690e0f104df451aeb43 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 13 Mar 2000 20:55:15 +0000 Subject: Merge with Linux 2.3.51. --- fs/proc/procfs_syms.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'fs/proc/procfs_syms.c') diff --git a/fs/proc/procfs_syms.c b/fs/proc/procfs_syms.c index cc1ae7d96..0203b9776 100644 --- a/fs/proc/procfs_syms.c +++ b/fs/proc/procfs_syms.c @@ -20,12 +20,7 @@ EXPORT_SYMBOL(proc_net); EXPORT_SYMBOL(proc_bus); EXPORT_SYMBOL(proc_root_driver); -static struct file_system_type proc_fs_type = { - "proc", - 0 /* FS_NO_DCACHE doesn't work correctly */, - proc_read_super, - NULL -}; +static DECLARE_FSTYPE(proc_fs_type, "proc", proc_read_super, 0); int __init init_proc_fs(void) { -- cgit v1.2.3