commit | 414a3c1b811da4ba4ebe441f3e69a17c053196a2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 29 18:03:55 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 09 18:25:11 2020 +1000 |
tree | 902b40455b5668cc163c21a3e402f83e6a2b5d8e | |
parent | 9a150af05f6f73186e0017a37104b5eb061ee627 [diff] |
hwrng: omap - Fix W=1 unused variable warning This patch fixes an unused variable warning when this driver is built-in with CONFIG_OF=n. While we're at it this patch also expands the compiler coverage when CONFIG_OF is off by removing all the CONFIG_OF ifdefs. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>