Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751833AbaJLMbT (ORCPT ); Sun, 12 Oct 2014 08:31:19 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:42083 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbaJLMbP (ORCPT ); Sun, 12 Oct 2014 08:31:15 -0400 X-Greylist: delayed 1779 seconds by postgrey-1.27 at vger.kernel.org; Sun, 12 Oct 2014 08:31:15 EDT From: OGAWA Hirofumi To: Fabian Frederick Cc: linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH 1/1] fat: remove redundant sys_tz declaration References: <1412009379-9189-1-git-send-email-fabf@skynet.be> Date: Sun, 12 Oct 2014 21:01:29 +0900 In-Reply-To: <1412009379-9189-1-git-send-email-fabf@skynet.be> (Fabian Frederick's message of "Mon, 29 Sep 2014 18:49:39 +0200") Message-ID: <87lhol7azq.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fabian Frederick writes: > sys_tz is already declared extern struct in include/linux/time.h > > Cc: Andrew Morton > Cc: OGAWA Hirofumi > Signed-off-by: Fabian Frederick > --- > fs/fat/misc.c | 2 -- > 1 file changed, 2 deletions(-) Acked-by: OGAWA Hirofumi > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/