From: Fabian Frederick Date: Tue, 17 Feb 2015 21:46:30 +0000 (-0800) Subject: fs/affs/inode.c: remove double extern affs_symlink_inode_operations X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0cdfe18ad5ae0fbb9417ac2b5808189aaaa54230;p=openwrt%2Fstaging%2Fblogic.git fs/affs/inode.c: remove double extern affs_symlink_inode_operations affs_symlink_inode_operations was already declared extern in affs.h Signed-off-by: Fabian Frederick Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/affs/inode.c b/fs/affs/inode.c index 25cb4b43f2f1..6f34510449e8 100644 --- a/fs/affs/inode.c +++ b/fs/affs/inode.c @@ -13,8 +13,6 @@ #include #include "affs.h" -extern const struct inode_operations affs_symlink_inode_operations; - struct inode *affs_iget(struct super_block *sb, unsigned long ino) { struct affs_sb_info *sbi = AFFS_SB(sb);