From: Rafael J. Wysocki Date: Thu, 4 Dec 2014 00:02:18 +0000 (+0100) Subject: hwrandom / exynos / PM: Use CONFIG_PM in #ifdef X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3867d0b15beb7d835b58e98830d5af18d646ef;p=pandora-kernel.git hwrandom / exynos / PM: Use CONFIG_PM in #ifdef CONFIG_PM is defined as the alternative of CONFIG_PM_RUNTIME and CONFIG_PM_SLEEP, so it can be used instead of that. Besides, after commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so using the alternative isn't even necessary. Use CONFIG_PM instead of it in drivers/char/hw_random/exynos-rng.c. Signed-off-by: Rafael J. Wysocki Acked-by: Herbert Xu --- Reading git-diff-tree failed