From: Fabian Frederick Date: Sat, 27 Sep 2014 16:14:47 +0000 (+0200) Subject: udf: remove redundant sys_tz declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37993271cfa22b5620304f1fa3bf72eabb5b557b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git udf: remove redundant sys_tz declaration sys_tz is already declared in include/linux/time.h Cc: Jan Kara Signed-off-by: Fabian Frederick Signed-off-by: Jan Kara --- diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c index 1f11483eba6a..77c331f1a770 100644 --- 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)