Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97551
b: refs/heads/master
c: a4ed1e4
h: refs/heads/master
i:
  97549: 8ef907e
  97547: 88da0e1
  97543: d093ee3
  97535: bf8f3dd
v: v3
  • Loading branch information
Bryan Wu committed May 31, 2008
1 parent 4dfb2c3 commit 9829594
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a70ce072b3883e431575449f3e294c27235590e5
refs/heads/master: a4ed1e41a734d77c9a83a88a8736e19b68e6a2a0
4 changes: 1 addition & 3 deletions trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

#include <asm/io.h>
#include <asm/irq.h>
#include <asm/serial.h>

#include "8250.h"

Expand Down Expand Up @@ -93,6 +92,7 @@ static unsigned int nr_uarts = CONFIG_SERIAL_8250_RUNTIME_UARTS;
*/
#define CONFIG_HUB6 1

#include <asm/serial.h>
/*
* SERIAL_PORT_DFNS tells us about built-in ports that have no
* standard enumeration mechanism. Platforms that can find all
Expand Down Expand Up @@ -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)
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/serial/8250.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9829594

Please sign in to comment.