From: Paul Gortmaker Date: Tue, 9 Aug 2011 20:54:30 +0000 (-0400) Subject: blackfin: add module.h to files implicitly expecting to use it. X-Git-Tag: v3.2-rc1~22^2~157 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a550b99a05a98e9a63696956728e614ab2d8955;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/arch/blackfin/mach-common/cpufreq.c b/arch/blackfin/mach-common/cpufreq.c index 85dc6d6..2e6eefd 100644 --- a/arch/blackfin/mach-common/cpufreq.c +++ b/arch/blackfin/mach-common/cpufreq.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include diff --git a/sound/soc/blackfin/bf5xx-sport.c b/sound/soc/blackfin/bf5xx-sport.c index a2d4034..2fd9f2a 100644 --- a/sound/soc/blackfin/bf5xx-sport.c +++ b/sound/soc/blackfin/bf5xx-sport.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include