Re: [PATCH 1/1] fat: remove redundant sys_tz declaration

2014-10-12 Thread OGAWA Hirofumi
Fabian Frederick writes: > sys_tz is already declared extern struct in include/linux/time.h > > Cc: Andrew Morton > Cc: OGAWA Hirofumi > Signed-off-by: Fabian Frederick > --- > fs/fat/misc.c | 2 -- > 1 file changed, 2 deletions(-) Acked-by: OGAWA Hirofumi > diff --git a/fs/fat/misc.c b/fs

[PATCH 1/1] fat: remove redundant sys_tz declaration

2014-09-29 Thread Fabian Frederick
sys_tz is already declared extern struct in include/linux/time.h Cc: Andrew Morton Cc: OGAWA Hirofumi Signed-off-by: Fabian Frederick --- 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/