[PATCH] Remove prototypes of nonexistent functions from fs/hfs* files

From: Carl Spalletta
Date: Sun Jul 18 2004 - 14:06:38 EST


diff -ru linux-2.6.7-orig/fs/hfs/hfs_fs.h linux-2.6.7-new/fs/hfs/hfs_fs.h
--- linux-2.6.7-orig/fs/hfs/hfs_fs.h 2004-06-15 22:19:43.000000000 -0700
+++ linux-2.6.7-new/fs/hfs/hfs_fs.h 2004-07-18 08:25:40.000000000 -0700
@@ -223,9 +223,6 @@
const unsigned char *, unsigned int);
extern int hfs_compare_dentry(struct dentry *, struct qstr *, struct qstr *);

-/* super.c */
-extern struct super_block *hfs_read_super(struct super_block *,void *,int);
-
/* trans.c */
extern void hfs_triv2mac(struct hfs_name *, struct qstr *);
extern int hfs_mac2triv(char *, const struct hfs_name *);
diff -ru linux-2.6.7-orig/fs/hfsplus/hfsplus_fs.h linux-2.6.7-new/fs/hfsplus/hfsplus_fs.h
--- linux-2.6.7-orig/fs/hfsplus/hfsplus_fs.h 2004-06-15 22:19:52.000000000 -0700
+++ linux-2.6.7-new/fs/hfsplus/hfsplus_fs.h 2004-07-18 08:48:34.000000000 -0700
@@ -344,7 +344,6 @@
/* options.c */
int parse_options(char *, struct hfsplus_sb_info *);
void fill_defaults(struct hfsplus_sb_info *);
-void fill_current(struct hfsplus_sb_info *, struct hfsplus_sb_info *);

/* tables.c */
extern u16 case_fold_table[];

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/