mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
udf: remove redundant sys_tz declaration
sys_tz is already declared in include/linux/time.h Cc: Jan Kara <jack@suse.cz> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
parent
52362810be
commit
37993271cf
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ static time_t year_seconds[MAX_YEAR_SECONDS] = {
|
|||
/*2038*/ SPY(68, 17, 0)
|
||||
};
|
||||
|
||||
extern struct timezone sys_tz;
|
||||
|
||||
#define SECS_PER_HOUR (60 * 60)
|
||||
#define SECS_PER_DAY (SECS_PER_HOUR * 24)
|
||||
|
||||
|
|
Loading…
Reference in a new issue