diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2016-01-17 10:03:54 +0100 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2016-01-25 22:42:08 +0800 |
| commit | 3947b335bba390701619bd5c76ed8016f71d3017 (patch) | |
| tree | 52190a23613e74dd8159888df112b5b097551c71 /include/linux/debugobjects.h | |
| parent | 7cee3508162a1760bc104c48d14202b01af28e53 (diff) | |
hwrng: bcm63xx - remove unused variables
These variables where left as unused in commit 6229c16060fe
("hwrng: bcm63xx - make use of devm_hwrng_register")
Fixes the following warning:
drivers/char/hw_random/bcm63xx-rng.c: In function 'bcm63xx_rng_probe':
drivers/char/hw_random/bcm63xx-rng.c:85:16: warning: unused variable 'rng'
[-Wunused-variable]
struct hwrng *rng;
^
drivers/char/hw_random/bcm63xx-rng.c:82:14: warning: unused variable 'clk'
[-Wunused-variable]
struct clk *clk;
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions