diff options
author | Fabian Frederick <fabf@skynet.be> | 2015-02-17 16:46:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 17:34:52 -0500 |
commit | 0cdfe18ad5ae0fbb9417ac2b5808189aaaa54230 (patch) | |
tree | 2bf772b16365fa597d46d591ad5d0e8be188dfee /fs/affs | |
parent | 211c2af014d2c41752a13b652ae8b9815e07802c (diff) |
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>
Diffstat (limited to 'fs/affs')
-rw-r--r-- | fs/affs/inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
13 | #include <linux/gfp.h> | 13 | #include <linux/gfp.h> |
14 | #include "affs.h" | 14 | #include "affs.h" |
15 | 15 | ||
16 | extern const struct inode_operations affs_symlink_inode_operations; | ||
17 | |||
18 | struct inode *affs_iget(struct super_block *sb, unsigned long ino) | 16 | struct inode *affs_iget(struct super_block *sb, unsigned long ino) |
19 | { | 17 | { |
20 | struct affs_sb_info *sbi = AFFS_SB(sb); | 18 | struct affs_sb_info *sbi = AFFS_SB(sb); |