commit | 99cf97907015025bb4d386115afacaafc9fa6da0 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Thu Dec 05 18:26:05 2013 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Jan 23 13:02:36 2014 +0100 |
tree | ca9773f85135e2ebb574292d603b739591718395 | |
parent | c8fb5a271cb98e19daeb400431bc3d0793afc2fe [diff] |
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/