diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-12-05 21:26:04 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-23 07:02:35 -0500 |
commit | c8fb5a271cb98e19daeb400431bc3d0793afc2fe (patch) | |
tree | 51b47f7d2b5b1e4c2b5581fe3d82f87fc4676d2e /drivers/tty | |
parent | 40508d24e595595e5b843363482270594e4673f6 (diff) |
tty: serial: bcm63xx_uart: remove unused inclusion
bcm63xx_irqs.h is included but we are not using anything from it, drop
that include.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6205/
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/bcm63xx_uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/bcm63xx_uart.c b/drivers/tty/serial/bcm63xx_uart.c index 649d5129c4b4..2e72752d46bd 100644 --- a/drivers/tty/serial/bcm63xx_uart.c +++ b/drivers/tty/serial/bcm63xx_uart.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/serial.h> | 30 | #include <linux/serial.h> |
31 | #include <linux/serial_core.h> | 31 | #include <linux/serial_core.h> |
32 | 32 | ||
33 | #include <bcm63xx_irq.h> | ||
34 | #include <bcm63xx_regs.h> | 33 | #include <bcm63xx_regs.h> |
35 | #include <bcm63xx_io.h> | 34 | #include <bcm63xx_io.h> |
36 | 35 | ||