]> git.baikalelectronics.ru Git - kernel.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)
commit309b33d90e70188db3c4f0b97d8ff23bfdc98ed4
treefd2a07aab86c8d9b60f61b551c29afe2e44785e2
parent230301407066abf3bd89110eb738b3570366997c
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