Skip to content

Commit

Permalink
fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
Browse files Browse the repository at this point in the history
sys_tz is already declared in include/linux/time.h

Signed-off-by: Fabian Frederick <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Fabian Frederick authored and torvalds committed Oct 14, 2014
1 parent b9f6614 commit a792d90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/hfs/hfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a792d90

Please sign in to comment.