aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-09 16:54:30 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:02 -0400
commit6a550b99a05a98e9a63696956728e614ab2d8955 (patch)
tree1df928151214bfa3bfd083cfb83fa9945bbcb80e /arch/blackfin/mach-common
parentblackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE (diff)
downloadlinux-dev-6a550b99a05a98e9a63696956728e614ab2d8955.tar.xz
linux-dev-6a550b99a05a98e9a63696956728e614ab2d8955.zip
blackfin: add module.h to files implicitly expecting to use it.
Its presence was implicit everywhere, but we are aiming to fix that, so call out the users explicitly. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/blackfin/mach-common')
-rw-r--r--arch/blackfin/mach-common/cpufreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c
index 85dc6d69f9c0..2e6eefd812f4 100644
--- a/arch/blackfin/mach-common/cpufreq.c
+++ b/arch/blackfin/mach-common/cpufreq.c
@@ -7,6 +7,7 @@
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/cpufreq.h>