Skip to content

Commit 8a27334

Browse files
Fabian Fredericktorvalds
Fabian Frederick
authored andcommitted
fs/ncpfs/dir.c: remove redundant sys_tz declaration
sys_tz is already declared in include/linux/time.h Signed-off-by: Fabian Frederick <[email protected]> Cc: Petr Vandrovec <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 0049f26 commit 8a27334

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/ncpfs/dir.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,6 @@ static int day_n[] =
11781178
{0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 0, 0, 0, 0};
11791179
/* Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec */
11801180

1181-
1182-
extern struct timezone sys_tz;
1183-
11841181
static int utc2local(int time)
11851182
{
11861183
return time - sys_tz.tz_minuteswest * 60;

0 commit comments

Comments
 (0)