summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-08-20 18:07:53 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2013-08-21 11:28:08 (GMT)
commita246968edcfcfe0503fa9bcd5a444e7a5b9986dc (patch)
tree0e14f939ec5e826260c32fc47ee556b976bd5d95 /drivers/crypto/caam
parentf5e4626097f865783177f265d7793995bd8a2a76 (diff)
downloadlinux-fsl-qoriq-a246968edcfcfe0503fa9bcd5a444e7a5b9986dc.tar.xz
hwrng: omap - reorder OMAP TRNG driver code
The newly added omap4 support in the driver was added without consideration for building older configs. When building omap1_defconfig, it resulted in: drivers/char/hw_random/omap-rng.c:190:12: warning: 'omap4_rng_init' defined but not used [-Wunused-function] drivers/char/hw_random/omap-rng.c:215:13: warning: 'omap4_rng_cleanup' defined but not used [-Wunused-function] drivers/char/hw_random/omap-rng.c:251:20: warning: 'omap4_rng_irq' defined but not used [-Wunused-function] Move the code around so it is grouped with its operations struct, which for the omap4 case means also under the #ifdef CONFIG_OF, where it needs to be. Signed-off-by: Olof Johansson <olof@lixom.net> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam')
0 files changed, 0 insertions, 0 deletions