Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a273345 authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds
Browse files

fs/ncpfs/dir.c: remove redundant sys_tz declaration



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

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Cc: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0049f26a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;