From: Fabian Frederick Date: Mon, 13 Oct 2014 22:52:12 +0000 (-0700) Subject: fs/ncpfs/dir.c: remove redundant sys_tz declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8a273345dcb1d74d12f28a0a76320b23e7e32f55;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git fs/ncpfs/dir.c: remove redundant sys_tz declaration sys_tz is already declared in include/linux/time.h Signed-off-by: Fabian Frederick Cc: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ncpfs/dir.c b/fs/ncpfs/dir.c index 314e7add99b8..7cb751dfbeef 100644 --- a/fs/ncpfs/dir.c +++ b/fs/ncpfs/dir.c @@ -1178,9 +1178,6 @@ static int day_n[] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0}; /* Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec */ - -extern struct timezone sys_tz; - static int utc2local(int time) { return time - sys_tz.tz_minuteswest * 60;