diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-14 02:53:31 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-14 04:18:20 +0400 |
commit | 877aabd6ce16bc17cf62c2356b5d61f36454c1ed (patch) | |
tree | 33438a684382e616c1a635842746fed565e64b83 /fs/fat/misc.c | |
parent | 54cc6cea73bb5ddf0362a70ef58816898bfb7f87 (diff) | |
download | linux-877aabd6ce16bc17cf62c2356b5d61f36454c1ed.tar.xz |
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/misc.c')
-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) return 0; } -extern struct timezone sys_tz; - /* * The epoch of FAT timestamp is 1980. * : bits : value |