From: Fabian Frederick <fabf@skynet.be>
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: MMI-PSA29.97-13-9~10606^2~32
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0cdfe18ad5ae0fbb9417ac2b5808189aaaa54230;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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 <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---

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 <linux/gfp.h>
 #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);