2014-10-12 12:31:19

by OGAWA Hirofumi

[permalink] [raw]
Subject: Re: [PATCH 1/1] fat: remove redundant sys_tz declaration

Fabian Frederick <[email protected]> writes:

> sys_tz is already declared extern struct in include/linux/time.h
>
> Cc: Andrew Morton <[email protected]>
> Cc: OGAWA Hirofumi <[email protected]>
> Signed-off-by: Fabian Frederick <[email protected]>
> ---
> fs/fat/misc.c | 2 --
> 1 file changed, 2 deletions(-)

Acked-by: OGAWA Hirofumi <[email protected]>

> diff --git a/fs/fat/misc.c b/fs/fat/misc.c
> index 628e22a..d8da2d2 100644
> --- a/fs/fat/misc.c
> +++ b/fs/fat/misc.c
> @@ -164,8 +164,6 @@ int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster)
> return 0;
> }
>
> -extern struct timezone sys_tz;
> -
> /*
> * The epoch of FAT timestamp is 1980.
> * : bits : value

--
OGAWA Hirofumi <[email protected]>