[<prev] [next>] [day] [month] [year] [list]
Message-ID: <527208CA.3000007@asianux.com>
Date: Thu, 31 Oct 2013 15:37:46 +0800
From: Chen Gang <gang.chen@...anux.com>
To: Greg KH <gregkh@...uxfoundation.org>,
"dhowells@...hat.com" <dhowells@...hat.com>,
"James E.J. Bottomley" <jejb@...isc-linux.org>,
Helge Deller <deller@....de>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Parisc List <linux-parisc@...r.kernel.org>
CC: Vineet Gupta <Vineet.Gupta1@...opsys.com>,
"w.d.hubbs@...il.com" <w.d.hubbs@...il.com>,
"chris@...-brannons.com" <chris@...-brannons.com>,
"kirk@...sers.ca" <kirk@...sers.ca>,
"samuel.thibault@...-lyon.org" <samuel.thibault@...-lyon.org>,
"devel@...verdev.osuosl.org" <devel@...verdev.osuosl.org>,
"speakup@...ille.uwo.ca" <speakup@...ille.uwo.ca>
Subject: [PATCH] arch: * : include: asm: remove empty SERIAL_PORT_DFNS in
serial.h
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 <gang.chen@...anux.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists