mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h
Now that the UART block defines have been moved to a separate file, include that one and do not longer rely on the MIPS-specific bcm63xx_regs.h header file. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6204/
This commit is contained in:
parent
74e200c781
commit
d29e0d04b4
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@
|
||||||
#include <linux/sysrq.h>
|
#include <linux/sysrq.h>
|
||||||
#include <linux/serial.h>
|
#include <linux/serial.h>
|
||||||
#include <linux/serial_core.h>
|
#include <linux/serial_core.h>
|
||||||
|
#include <linux/serial_bcm63xx.h>
|
||||||
#include <bcm63xx_regs.h>
|
|
||||||
|
|
||||||
#define BCM63XX_NR_UARTS 2
|
#define BCM63XX_NR_UARTS 2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue