hwrng: bcm63xx - drop bcm_{readl,writel} macros
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 17 Feb 2015 02:09:13 +0000 (18:09 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 1 Mar 2015 10:02:25 +0000 (23:02 +1300)
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 <f.fainelli@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found
This page took 0.029201 seconds and 5 git commands to generate.