• Olof Johansson's avatar
    hwrng: omap - reorder OMAP TRNG driver code · a246968e
    Olof Johansson authored
    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: default avatarOlof Johansson <olof@lixom.net>
    Reviewed-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    a246968e
omap-rng.c 11.5 KB