Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-16 Thread Krzysztof Kozlowski
On 17.06.2015 00:29, Paul Gortmaker wrote: > On 15-06-15 07:53 PM, Krzysztof Kozlowski wrote: >> On 16.06.2015 08:47, Rafael J. Wysocki wrote: >>> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") and a

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-16 Thread Paul Gortmaker
On 15-06-15 07:53 PM, Krzysztof Kozlowski wrote: > On 16.06.2015 08:47, Rafael J. Wysocki wrote: >> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >>> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >>> and also contains modular function calls so it should

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-15 Thread Paul Gortmaker
On Mon, Jun 15, 2015 at 7:53 PM, Krzysztof Kozlowski wrote: > On 16.06.2015 08:47, Rafael J. Wysocki wrote: >> On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >>> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >>> and also contains modular function calls s

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-15 Thread Krzysztof Kozlowski
On 16.06.2015 08:47, Rafael J. Wysocki wrote: > On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: >> This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") >> and also contains modular function calls so it should explicitly include >> module.h to avoid compile breaka

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-15 Thread Rafael J. Wysocki
On Wednesday, June 03, 2015 05:18:18 PM Paul Gortmaker wrote: > This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") > and also contains modular function calls so it should explicitly include > module.h to avoid compile breakage during pending header shuffles. > > Cc: "Rafael

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-03 Thread Viresh Kumar
On 03-06-15, 17:18, Paul Gortmaker wrote: > This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") > and also contains modular function calls so it should explicitly include > module.h to avoid compile breakage during pending header shuffles. > > Cc: "Rafael J. Wysocki" > Cc:

Re: [PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-03 Thread Krzysztof Kozlowski
On 04.06.2015 06:18, Paul Gortmaker wrote: > This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") > and also contains modular function calls so it should explicitly include > module.h to avoid compile breakage during pending header shuffles. > > Cc: "Rafael J. Wysocki" > Cc:

[PATCH] drivers/cpufreq: include for modular exynos-cpufreq.c code

2015-06-03 Thread Paul Gortmaker
This file is built off of a tristate Kconfig option ("ARM_EXYNOS_CPUFREQ") and also contains modular function calls so it should explicitly include module.h to avoid compile breakage during pending header shuffles. Cc: "Rafael J. Wysocki" Cc: Viresh Kumar Cc: Kukjin Kim Cc: Krzysztof Kozlowski