summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-10-13 15:52:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-14 02:18:16 +0200
commit8a273345dcb1d74d12f28a0a76320b23e7e32f55 (patch)
tree7972a212d19774f98c3c7d2790d65ba6e5a39468 /fs/ncpfs
parent0049f26ae0ad00016d8e237a6d712bff155cedc5 (diff)
downloadop-kernel-dev-8a273345dcb1d74d12f28a0a76320b23e7e32f55.zip
op-kernel-dev-8a273345dcb1d74d12f28a0a76320b23e7e32f55.tar.gz
fs/ncpfs/dir.c: remove redundant sys_tz declaration
sys_tz is already declared in include/linux/time.h Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Petr Vandrovec <petr@vandrovec.name> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ncpfs')
-rw-r--r--fs/ncpfs/dir.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ncpfs/dir.c b/fs/ncpfs/dir.c
index 314e7ad..7cb751d 100644
--- a/fs/ncpfs/dir.c
+++ b/fs/ncpfs/dir.c
@@ -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;
OpenPOWER on IntegriCloud