commit | f7591faec6f66bcd91bca25f91192c787f63d365 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Feb 16 18:09:13 2015 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Mar 01 23:02:25 2015 +1300 |
tree | fd2a07aab86c8d9b60f61b551c29afe2e44785e2 | |
parent | df586cbb6be97aaf55b9a01e1d0ab01bc03d70d1 [diff] |
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>