]> 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)
commit9b006980af7ffcd91f4a7972f29382ab38a9bd89
treeca9773f85135e2ebb574292d603b739591718395
parentb662c13f45fd9c005292fe992a924de607ebee91
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