tty: serial: bcm63xx_uart: remove unused inclusion
authorFlorian Fainelli <florian@openwrt.org>
Fri, 6 Dec 2013 02:26:04 +0000 (18:26 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 23 Jan 2014 12:02:35 +0000 (13:02 +0100)
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/

drivers/tty/serial/bcm63xx_uart.c

index 649d5129c4b44458c5aa7233572d9974ee4b3ff4..2e72752d46bd59352c4e1ee32ec70ec33be959dd 100644 (file)
@@ -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>