diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-09 16:54:30 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:02 -0400 |
commit | 6a550b99a05a98e9a63696956728e614ab2d8955 (patch) | |
tree | 1df928151214bfa3bfd083cfb83fa9945bbcb80e /arch | |
parent | 8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f (diff) |
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')
-rw-r--r-- | arch/blackfin/mach-common/cpufreq.c | 1 |
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 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/module.h> | ||
10 | #include <linux/types.h> | 11 | #include <linux/types.h> |
11 | #include <linux/init.h> | 12 | #include <linux/init.h> |
12 | #include <linux/cpufreq.h> | 13 | #include <linux/cpufreq.h> |