Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753225Ab3JaHix (ORCPT ); Thu, 31 Oct 2013 03:38:53 -0400 Received: from intranet.asianux.com ([58.214.24.6]:18420 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752053Ab3JaHiw (ORCPT ); Thu, 31 Oct 2013 03:38:52 -0400 X-Spam-Score: -100.8 Message-ID: <527208CA.3000007@asianux.com> Date: Thu, 31 Oct 2013 15:37:46 +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: Greg KH , "dhowells@redhat.com" , "James E.J. Bottomley" , Helge Deller , "linux-kernel@vger.kernel.org" , Parisc List CC: Vineet Gupta , "w.d.hubbs@gmail.com" , "chris@the-brannons.com" , "kirk@reisers.ca" , "samuel.thibault@ens-lyon.org" , "devel@driverdev.osuosl.org" , "speakup@braille.uwo.ca" Subject: [PATCH] arch: * : include: asm: remove empty SERIAL_PORT_DFNS in serial.h References: <5267406C.9030805@asianux.com> <20131025052926.GA26786@kroah.com> <526BC113.3040003@asianux.com> <5271B1D2.6020301@asianux.com> <527202EF.6080704@asianux.com> In-Reply-To: <527202EF.6080704@asianux.com> 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: 1217 Lines: 37 If architectures don't support SERIAL_PORT_DFNS, they need not define it to "nothing", the related drivers need do it by themselves (e.g. 8250 serial driver). Signed-off-by: Chen Gang --- arch/frv/include/asm/serial.h | 2 -- arch/parisc/include/asm/serial.h | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/frv/include/asm/serial.h b/arch/frv/include/asm/serial.h index dbb8259..658ceea 100644 --- a/arch/frv/include/asm/serial.h +++ b/arch/frv/include/asm/serial.h @@ -14,5 +14,3 @@ #define BASE_BAUD 0 #define STD_COM_FLAGS ASYNC_BOOT_AUTOCONF - -#define SERIAL_PORT_DFNS diff --git a/arch/parisc/include/asm/serial.h b/arch/parisc/include/asm/serial.h index d7e3cc6..77e9b67 100644 --- a/arch/parisc/include/asm/serial.h +++ b/arch/parisc/include/asm/serial.h @@ -6,5 +6,3 @@ * This is used for 16550-compatible UARTs */ #define BASE_BAUD ( 1843200 / 16 ) - -#define SERIAL_PORT_DFNS -- 1.7.7.6 -- 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/