projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5236281
)
udf: remove redundant sys_tz declaration
author
Fabian Frederick
<fabf@skynet.be>
Sat, 27 Sep 2014 16:14:47 +0000
(18:14 +0200)
committer
Jan Kara
<jack@suse.cz>
Mon, 29 Sep 2014 11:45:12 +0000
(13:45 +0200)
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>
fs/udf/udftime.c
patch
|
blob
|
history
diff --git
a/fs/udf/udftime.c
b/fs/udf/udftime.c
index
1f11483
..
77c331f
100644
(file)
--- a/
fs/udf/udftime.c
+++ b/
fs/udf/udftime.c
@@
-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)