mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
b9f6614072
commit
a792d90829
1 changed files with 0 additions and 2 deletions
|
@ -242,8 +242,6 @@ extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
|
|||
/* super.c */
|
||||
extern void hfs_mark_mdb_dirty(struct super_block *sb);
|
||||
|
||||
extern struct timezone sys_tz;
|
||||
|
||||
/*
|
||||
* There are two time systems. Both are based on seconds since
|
||||
* a particular time/date.
|
||||
|
|
Loading…
Reference in a new issue