[PATCH] Serial: Split 8250 port table (part 2)
Remove legacy ISA serial ports for Accent, Boca, Fourport, Hub6 and MCA from the architecture specific serial.h include. The only ports which remain in asm-*/serial.h are the platform specific entries. These should really be converted by platform maintainers to use a platform device, such as can be found in arch/arm/mach-footbridge/isa.c Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

parent
e763b90c41
commit
026d02a236
@@ -19,18 +19,4 @@
|
||||
* A500 w/ PCI serial cards: 5 + 4 * card ~= 17
|
||||
*/
|
||||
|
||||
#define STD_SERIAL_PORT_DEFNS \
|
||||
{ 0, }, /* ttyS0 */ \
|
||||
{ 0, }, /* ttyS1 */ \
|
||||
{ 0, }, /* ttyS2 */ \
|
||||
{ 0, }, /* ttyS3 */ \
|
||||
{ 0, }, /* ttyS4 */ \
|
||||
{ 0, }, /* ttyS5 */ \
|
||||
{ 0, }, /* ttyS6 */ \
|
||||
{ 0, }, /* ttyS7 */ \
|
||||
{ 0, }, /* ttyS8 */
|
||||
|
||||
|
||||
#define SERIAL_PORT_DFNS \
|
||||
STD_SERIAL_PORT_DEFNS
|
||||
|
||||
#define SERIAL_PORT_DFNS
|
||||
|
Reference in New Issue
Block a user