On Fri, 22 Mar 2013, Jingoo Han wrote: > Add CONFIG_PM_RUNTIME to suspend/resume functions to fix the build > error. It is because UNIVERSAL_DEV_PM_OPS macro is related to both > CONFIG_PM_SLEEP and CONFIG_PM_RUNTIME. > > drivers/char/hw_random/exynos-rng.c:167:8: error: > 'exynos_rng_runtime_suspend' undeclared here (not in a function) > drivers/char/hw_random/exynos-rng.c:167:8: error: 'exynos_rng_runtime_resume' > undeclared here (not in a function) > > Signed-off-by: Jingoo Han <[email protected]> > Reported-by: David Rientjes <[email protected]> > Cc: Herbert Xu <[email protected]>
Acked-by: David Rientjes <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

