diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-04-06 10:31:02 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-07 23:19:04 (GMT) |
commit | 042df4fa28a459ac425cea9bc81764532c267ba4 (patch) | |
tree | f581a8e14fc0a93e02d8d5bc1f439d066e330d9b /drivers/tty/serial | |
parent | ab8ed9820f5645d0b5b81ef17bbcbd1cdd43a4fa (diff) | |
download | linux-042df4fa28a459ac425cea9bc81764532c267ba4.tar.xz |
MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.c
All the header file does is provide the internal structure of clk,
which shouldn't be used by anyone except clk.c itself anyway.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Patchwork: http://patchwork.linux-mips.org/patch/5055/
Acked-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'drivers/tty/serial')
-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 52a3ecd..6fa2ae7 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_clk.h> #include <bcm63xx_irq.h> #include <bcm63xx_regs.h> #include <bcm63xx_io.h> |