diff options
Diffstat (limited to 'drivers/serial/sh-sci.c')
| -rw-r--r-- | drivers/serial/sh-sci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 980f39449ee5..309de6be8204 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
| @@ -50,7 +50,6 @@ | |||
| 50 | #include <linux/list.h> | 50 | #include <linux/list.h> |
| 51 | #include <linux/dmaengine.h> | 51 | #include <linux/dmaengine.h> |
| 52 | #include <linux/scatterlist.h> | 52 | #include <linux/scatterlist.h> |
| 53 | #include <linux/timer.h> | ||
| 54 | 53 | ||
| 55 | #ifdef CONFIG_SUPERH | 54 | #ifdef CONFIG_SUPERH |
| 56 | #include <asm/sh_bios.h> | 55 | #include <asm/sh_bios.h> |
| @@ -780,10 +779,6 @@ static irqreturn_t sci_mpxed_interrupt(int irq, void *ptr) | |||
| 780 | if ((ssr_status & SCxSR_BRK(port)) && err_enabled) | 779 | if ((ssr_status & SCxSR_BRK(port)) && err_enabled) |
| 781 | ret = sci_br_interrupt(irq, ptr); | 780 | ret = sci_br_interrupt(irq, ptr); |
| 782 | 781 | ||
| 783 | WARN_ONCE(ret == IRQ_NONE, | ||
| 784 | "%s: %d IRQ %d, status %x, control %x\n", __func__, | ||
| 785 | irq, port->line, ssr_status, scr_status); | ||
| 786 | |||
| 787 | return ret; | 782 | return ret; |
| 788 | } | 783 | } |
| 789 | 784 | ||
