diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-12-05 18:26:04 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-23 13:02:35 +0100 |
commit | c8fb5a271cb98e19daeb400431bc3d0793afc2fe (patch) | |
tree | 51b47f7d2b5b1e4c2b5581fe3d82f87fc4676d2e /drivers/tty/serial/bcm63xx_uart.c | |
parent | 40508d24e595595e5b843363482270594e4673f6 (diff) | |
download | linux-c8fb5a271cb98e19daeb400431bc3d0793afc2fe.tar.bz2 |
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.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 @@ #include <linux/serial.h> #include <linux/serial_core.h> -#include <bcm63xx_irq.h> #include <bcm63xx_regs.h> #include <bcm63xx_io.h> |