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)
commit99cf97907015025bb4d386115afacaafc9fa6da0
treeca9773f85135e2ebb574292d603b739591718395
parentc8fb5a271cb98e19daeb400431bc3d0793afc2fe
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