aboutsummaryrefslogtreecommitdiffstats
path: root/fs/affs/inode.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-10-13 15:53:57 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-14 02:18:22 +0200
commitc70b17b6538ecda81050a0f5a5475137a0ae451f (patch)
tree27de504de1992fae1685b9b15f46c91a347d3062 /fs/affs/inode.c
parentfs/affs/file.c: fix shadow warnings (diff)
downloadlinux-dev-c70b17b6538ecda81050a0f5a5475137a0ae451f.tar.xz
linux-dev-c70b17b6538ecda81050a0f5a5475137a0ae451f.zip
fs/affs: remove redundant sys_tz declarations
sys_tz is already declared in include/linux/time.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/inode.c')
-rw-r--r--fs/affs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/affs/inode.c b/fs/affs/inode.c
index 930aac3669d6..e217c511459b 100644
--- a/fs/affs/inode.c
+++ b/fs/affs/inode.c
@@ -14,7 +14,6 @@
#include "affs.h"
extern const struct inode_operations affs_symlink_inode_operations;
-extern struct timezone sys_tz;
struct inode *affs_iget(struct super_block *sb, unsigned long ino)
{