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

From: Carl Spalletta
Date: Sun Jul 18 2004 - 13:56:11 EST


diff -ru linux-2.6.7-orig/fs/adfs/adfs.h linux-2.6.7-new/fs/adfs/adfs.h
--- linux-2.6.7-orig/fs/adfs/adfs.h 2004-06-15 22:20:03.000000000 -0700
+++ linux-2.6.7-new/fs/adfs/adfs.h 2004-07-18 08:41:19.000000000 -0700
@@ -71,7 +71,6 @@
int adfs_get_block(struct inode *inode, sector_t block,
struct buffer_head *bh, int create);
struct inode *adfs_iget(struct super_block *sb, struct object_info *obj);
-void adfs_read_inode(struct inode *inode);
void adfs_write_inode(struct inode *inode,int unused);
int adfs_notify_change(struct dentry *dentry, struct iattr *attr);

-
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/