ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 19 Aug 2016 15:43:12 +0000 (11:43 -0400)
committerKrzysztof Kozlowski <krzk@kernel.org>
Fri, 19 Aug 2016 15:49:48 +0000 (17:49 +0200)
The schedutil CPUFreq governor could be built as a module but the change
"cpufreq / sched: Pass flags to cpufreq_update_util()" made it
non-modular so attempting to enable as module leads to a warning:

warning: symbol value 'm' invalid for CPU_FREQ_GOV_SCHEDUTIL

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

No differences found