Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758488Ab3GaAHT (ORCPT ); Tue, 30 Jul 2013 20:07:19 -0400 Received: from intranet.asianux.com ([58.214.24.6]:15559 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755837Ab3GaAHR (ORCPT ); Tue, 30 Jul 2013 20:07:17 -0400 X-Spam-Score: -100.8 Message-ID: <51F854F7.2080504@asianux.com> Date: Wed, 31 Jul 2013 08:06:15 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Jiri Kosina CC: jaharkes@cs.cmu.edu, coda@cs.cmu.edu, codalist@TELEMANN.coda.cs.cmu.edu, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH trivial] include/linux/coda.h: remove useless '#else' References: <51F76B7D.2090602@asianux.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 942 Lines: 35 On 07/30/2013 06:38 PM, Jiri Kosina wrote: > On Tue, 30 Jul 2013, Chen Gang wrote: > >> '#else' is useless, need remove. >> >> Signed-off-by: Chen Gang >> --- >> include/linux/coda.h | 1 - >> 1 files changed, 0 insertions(+), 1 deletions(-) >> >> diff --git a/include/linux/coda.h b/include/linux/coda.h >> index cff544f..d30209b 100644 >> --- a/include/linux/coda.h >> +++ b/include/linux/coda.h >> @@ -60,7 +60,6 @@ Mellon the rights to redistribute these changes without encumbrance. >> >> #if defined(__linux__) >> typedef unsigned long long u_quad_t; >> -#else >> #endif >> #include >> #endif > > Applied. > Thanks. -- Chen Gang -- 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/