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 | |
parent | 8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f (diff) | |
download | linux-6a550b99a05a98e9a63696956728e614ab2d8955.tar.gz linux-6a550b99a05a98e9a63696956728e614ab2d8955.tar.bz2 linux-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>
-rw-r--r-- | arch/blackfin/mach-common/cpufreq.c | 1 | ||||
-rw-r--r-- | sound/soc/blackfin/bf5xx-sport.c | 1 |
2 files changed, 2 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> diff --git a/sound/soc/blackfin/bf5xx-sport.c b/sound/soc/blackfin/bf5xx-sport.c index a2d40349fcc4..2fd9f2a06968 100644 --- a/sound/soc/blackfin/bf5xx-sport.c +++ b/sound/soc/blackfin/bf5xx-sport.c @@ -33,6 +33,7 @@ #include <linux/dma-mapping.h> #include <linux/gpio.h> #include <linux/bug.h> +#include <linux/module.h> #include <asm/portmux.h> #include <asm/dma.h> #include <asm/blackfin.h> |