]> git.karo-electronics.de Git - karo-tx-linux.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)
committerJohn Crispin <blogic@openwrt.org>
Tue, 14 Jan 2014 13:36:28 +0000 (14:36 +0100)
commit2656a6cc63b682c682cc70cbaf7a99aacb2665d6
tree0405ee33eec44450296a3bb2633358637f4882ca
parentbcfd5237ee731e18503b5ff81ffa1e3ec884db2e
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>
Acked-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6201/
drivers/tty/serial/bcm63xx_uart.c