diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-13 18:53:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-13 20:18:20 -0400 |
commit | a792d9082944fc0efcde7a58c59528f122663c52 (patch) | |
tree | 4377835c5a505d0ecd9180caa18dadbd21dc3123 /fs/hfs | |
parent | b9f6614072687f1ea9bf09a99789c976cbe89714 (diff) |
fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
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/hfs')
-rw-r--r-- | fs/hfs/hfs_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h index 0524cda47a6e..95d255219b1e 100644 --- a/fs/hfs/hfs_fs.h +++ b/fs/hfs/hfs_fs.h | |||
@@ -242,8 +242,6 @@ extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *); | |||
242 | /* super.c */ | 242 | /* super.c */ |
243 | extern void hfs_mark_mdb_dirty(struct super_block *sb); | 243 | extern void hfs_mark_mdb_dirty(struct super_block *sb); |
244 | 244 | ||
245 | extern struct timezone sys_tz; | ||
246 | |||
247 | /* | 245 | /* |
248 | * There are two time systems. Both are based on seconds since | 246 | * There are two time systems. Both are based on seconds since |
249 | * a particular time/date. | 247 | * a particular time/date. |