From: Chanwoo Choi Date: Thu, 20 Mar 2014 02:59:13 +0000 (+0900) Subject: PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~2^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae29fa1d50bead8f1971f30aa9a73bfbff984824;p=pandora-kernel.git PM / devfreq: exynos5: Add CONFIG_PM_OPP dependency to fix probe fail This patch add CONFIG_PM_OPP dependecy to exynos5_bus driver to fix probe fail. If CONFIG_PM_OPP is disabled, dev_pm_opp_find_freq_floor() will always return ERR_PTR(-EINVAL) error. Signed-off-by: Chanwoo Choi Reviewed-by: Tomasz Figa Signed-off-by: MyungJoo Ham --- Reading git-diff-tree failed