Commit 6a550b99a05a98e9a63696956728e614ab2d8955

Authored by Paul Gortmaker
1 parent 8dc7a9c84f

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>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

arch/blackfin/mach-common/cpufreq.c
... ... @@ -7,6 +7,7 @@
7 7 */
8 8  
9 9 #include <linux/kernel.h>
  10 +#include <linux/module.h>
10 11 #include <linux/types.h>
11 12 #include <linux/init.h>
12 13 #include <linux/cpufreq.h>
sound/soc/blackfin/bf5xx-sport.c
... ... @@ -33,6 +33,7 @@
33 33 #include <linux/dma-mapping.h>
34 34 #include <linux/gpio.h>
35 35 #include <linux/bug.h>
  36 +#include <linux/module.h>
36 37 #include <asm/portmux.h>
37 38 #include <asm/dma.h>
38 39 #include <asm/blackfin.h>