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/vfat/vfatfs_syms.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'fs/vfat/vfatfs_syms.c') diff --git a/fs/vfat/vfatfs_syms.c b/fs/vfat/vfatfs_syms.c index bccd300e7..d57d153ed 100644 --- a/fs/vfat/vfatfs_syms.c +++ b/fs/vfat/vfatfs_syms.c @@ -12,12 +12,7 @@ #include #include -struct file_system_type vfat_fs_type = { - "vfat", - FS_REQUIRES_DEV, - vfat_read_super, - NULL -}; +DECLARE_FSTYPE_DEV(vfat_fs_type, "vfat", vfat_read_super); EXPORT_SYMBOL(vfat_create); EXPORT_SYMBOL(vfat_unlink); -- cgit v1.2.3