aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/bcm63xx_uart.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-12-05 18:26:04 -0800
committerRalf Baechle <ralf@linux-mips.org>2014-01-23 13:02:35 +0100
commitc8fb5a271cb98e19daeb400431bc3d0793afc2fe (patch)
tree51b47f7d2b5b1e4c2b5581fe3d82f87fc4676d2e /drivers/tty/serial/bcm63xx_uart.c
parentMIPS: microMIPS: Remove unsupported compiler flag. (diff)
downloadlinux-dev-c8fb5a271cb98e19daeb400431bc3d0793afc2fe.tar.xz
linux-dev-c8fb5a271cb98e19daeb400431bc3d0793afc2fe.zip
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/serial/bcm63xx_uart.c')
-rw-r--r--drivers/tty/serial/bcm63xx_uart.c1
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 @@
#include <linux/serial.h>
#include <linux/serial_core.h>
-#include <bcm63xx_irq.h>
#include <bcm63xx_regs.h>
#include <bcm63xx_io.h>