]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commitf7591faec6f66bcd91bca25f91192c787f63d365
treefd2a07aab86c8d9b60f61b551c29afe2e44785e2
parentdf586cbb6be97aaf55b9a01e1d0ab01bc03d70d1
hwrng: bcm63xx - 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 <f.fainelli@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/bcm63xx-rng.c