]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 3 Jun 2015 19:45:21 +0000 (15:45 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:26 +0000 (14:12 -0400)
commit743492ccd53008736f169f242479bac6245f8379
tree43ec50ad723b14a75dd4817a1971de8c1649eebd
parenta7e9bc55cc144dc40e809e579bd932ef2ec324de
drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code

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" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: linux-pm@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/cpufreq/exynos-cpufreq.c