From 98295941df9e16f7f86a690e8b428a4f10c868db Mon Sep 17 00:00:00 2001 From: Bryan Wu Date: Sat, 31 May 2008 16:10:04 +0800 Subject: [PATCH] --- yaml --- r: 97551 b: refs/heads/master c: a4ed1e41a734d77c9a83a88a8736e19b68e6a2a0 h: refs/heads/master i: 97549: 8ef907ea22f29c7356e5ea33c584f66f4d22c432 97547: 88da0e1f1d4d8b458b22129d71f289c5717b61ee 97543: d093ee3736d680f267cc4368414a91a6a15d194d 97535: bf8f3dd9aea71b5944155e620f78192eafb4e5fe v: v3 --- [refs] | 2 +- trunk/drivers/serial/8250.c | 4 +--- trunk/drivers/serial/8250.h | 5 ----- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/[refs] b/[refs] index fa68015522a8..700b4420b42f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a70ce072b3883e431575449f3e294c27235590e5 +refs/heads/master: a4ed1e41a734d77c9a83a88a8736e19b68e6a2a0 diff --git a/trunk/drivers/serial/8250.c b/trunk/drivers/serial/8250.c index 1400ea6a2491..1bc00b721e9d 100644 --- a/trunk/drivers/serial/8250.c +++ b/trunk/drivers/serial/8250.c @@ -43,7 +43,6 @@ #include #include -#include #include "8250.h" @@ -93,6 +92,7 @@ static unsigned int nr_uarts = CONFIG_SERIAL_8250_RUNTIME_UARTS; */ #define CONFIG_HUB6 1 +#include /* * SERIAL_PORT_DFNS tells us about built-in ports that have no * standard enumeration mechanism. Platforms that can find all @@ -1547,8 +1547,6 @@ static int serial_link_irq_chain(struct uart_8250_port *up) i->head = &up->list; spin_unlock_irq(&i->lock); - irq_flags |= SERIAL_EXTRA_IRQ_FLAGS; - ret = request_irq(up->port.irq, serial8250_interrupt, irq_flags, "serial", i); if (ret < 0) diff --git a/trunk/drivers/serial/8250.h b/trunk/drivers/serial/8250.h index a10a40cc0d9e..91bd28f2bb47 100644 --- a/trunk/drivers/serial/8250.h +++ b/trunk/drivers/serial/8250.h @@ -78,8 +78,3 @@ struct serial8250_config { #else #define ALPHA_KLUDGE_MCR 0 #endif - -#ifndef SERIAL_EXTRA_IRQ_FLAGS -#define SERIAL_EXTRA_IRQ_FLAGS 0 -#endif -