diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-13 18:53:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-13 20:18:20 -0400 |
commit | 877aabd6ce16bc17cf62c2356b5d61f36454c1ed (patch) | |
tree | 33438a684382e616c1a635842746fed565e64b83 /fs/fat | |
parent | 54cc6cea73bb5ddf0362a70ef58816898bfb7f87 (diff) |
fat: remove redundant sys_tz declaration
sys_tz is already declared extern struct in include/linux/time.h
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fat')
-rw-r--r-- | fs/fat/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/fat/misc.c b/fs/fat/misc.c index 628e22a5a543..d8da2d2e30ae 100644 --- a/fs/fat/misc.c +++ b/fs/fat/misc.c | |||
@@ -164,8 +164,6 @@ int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster) | |||
164 | return 0; | 164 | return 0; |
165 | } | 165 | } |
166 | 166 | ||
167 | extern struct timezone sys_tz; | ||
168 | |||
169 | /* | 167 | /* |
170 | * The epoch of FAT timestamp is 1980. | 168 | * The epoch of FAT timestamp is 1980. |
171 | * : bits : value | 169 | * : bits : value |