mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/1] fat: remove redundant sys_tz declaration
@ 2014-09-29 16:49 Fabian Frederick
  2014-10-12 12:01 ` OGAWA Hirofumi
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Frederick @ 2014-09-29 16:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fabian Frederick, Andrew Morton, OGAWA Hirofumi

sys_tz is already declared extern struct in include/linux/time.h

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
 fs/fat/misc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/fat/misc.c b/fs/fat/misc.c
index 628e22a..d8da2d2 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
-- 
1.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-12 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29 16:49 [PATCH 1/1] fat: remove redundant sys_tz declaration Fabian Frederick
2014-10-12 12:01 ` OGAWA Hirofumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome