From mboxrd@z Thu Jan 1 00:00:00 1970 From: krzk@kernel.org (Krzysztof Kozlowski) Date: Fri, 19 Aug 2016 15:41:13 +0200 Subject: [PATCH 1/2] ARM: exynos_defconfig: Don't attempt to enable schedutil governor as module In-Reply-To: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> References: <1471612328-6467-1-git-send-email-javier@osg.samsung.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/19/2016 03:12 PM, Javier Martinez Canillas wrote: > The schedutil CPUFreq governor could be built as a module but the commit > 58919e83c85c ("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 > --- > > arch/arm/configs/exynos_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Same as patch 2/2, for reference: Reviewed-by: Krzysztof Kozlowski BR, Krzysztof