fs/hfs/hfs_fs.h: remove redundant sys_tz declaration
authorFabian Frederick <fabf@skynet.be>
Mon, 13 Oct 2014 22:53:25 +0000 (15:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:20 +0000 (02:18 +0200)
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>
fs/hfs/hfs_fs.h

index 0524cda47a6e72db892c53c7da294aa212a4c17c..95d255219b1eb89c68db91d85037a19af20cf1a6 100644 (file)
@@ -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.
This page took 0.02507 seconds and 5 git commands to generate.