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-Tag: v4.14-rc1~5917^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cdfe18ad5ae0fbb9417ac2b5808189aaaa54230;p=platform%2Fkernel%2Flinux-rpi.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 25cb4b4..6f34510 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);