diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-19 01:28:40 +0000 |
commit | 8abb719409c9060a7c0676f76e9182c1e0b8ca46 (patch) | |
tree | b88cc5a6cd513a04a512b7e6215c873c90a1c5dd /include/linux/msdos_fs.h | |
parent | f01bd7aeafd95a08aafc9e3636bb26974df69d82 (diff) |
Merge with 2.3.99-pre1.
Diffstat (limited to 'include/linux/msdos_fs.h')
-rw-r--r-- | include/linux/msdos_fs.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index ce7837f1d..adcfb751d 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -272,14 +272,6 @@ extern ssize_t fat_file_read(struct file *, char *, size_t, loff_t *); extern ssize_t fat_file_write(struct file *, const char *, size_t, loff_t *); extern void fat_truncate(struct inode *inode); -/* vfat.c */ -extern int init_vfat_fs(void); - - -/* msdosfs_syms.c */ -extern int init_msdos_fs(void); -extern struct file_system_type msdos_fs_type; - /* msdos.c */ extern struct super_block *msdos_read_super(struct super_block *sb,void *data, int silent); @@ -294,7 +286,6 @@ extern int msdos_rename(struct inode *old_dir,struct dentry *old_dentry, struct inode *new_dir,struct dentry *new_dentry); /* nls.c */ -extern int init_fat_nls(void); extern struct fat_nls_table *fat_load_nls(int codepage); /* tables.c */ |