提交 f04430ce 编写于 作者: F Florian Fainelli 提交者: Greg Kroah-Hartman

tty: serial: bcm63xx_uart: include linux/io.h

Include linux/io.h which provides the definition for
__raw_{readl,writel}, this is not necessary on MIPS since there is an
implicit inclusion, but it is on ARM for instance.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 63f3a16d
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <linux/serial.h> #include <linux/serial.h>
#include <linux/serial_core.h> #include <linux/serial_core.h>
#include <linux/serial_bcm63xx.h> #include <linux/serial_bcm63xx.h>
#include <linux/io.h>
#define BCM63XX_NR_UARTS 2 #define BCM63XX_NR_UARTS 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册