]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macros
authorFlorian Fainelli <florian@openwrt.org>
Fri, 6 Dec 2013 02:26:05 +0000 (18:26 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 23 Jan 2014 12:02:36 +0000 (13:02 +0100)
commitcb74423ae878a9faffb59424f6734f0a9296b4c8
treeca9773f85135e2ebb574292d603b739591718395
parentad2390d6696b77d4dad679baff1c06d48c25c760
tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macros

bcm_{readl,writel} macros expand to __raw_{readl,writel}, use these
directly such that we do not rely on the platform to provide these for
us. As a result, we no longer use bcm63xx_io.h, so remove that inclusion
too.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6201/
drivers/tty/serial/bcm63xx_uart.c