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 /sound/soc/blackfin | |
parent | 8dc7a9c84fbeb8825d19c18e9d8c6fce416c473f (diff) | |
download | linux-3.10-6a550b99a05a98e9a63696956728e614ab2d8955.tar.gz linux-3.10-6a550b99a05a98e9a63696956728e614ab2d8955.tar.bz2 linux-3.10-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 'sound/soc/blackfin')
-rw-r--r-- | sound/soc/blackfin/bf5xx-sport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/blackfin/bf5xx-sport.c b/sound/soc/blackfin/bf5xx-sport.c index a2d40349fcc..2fd9f2a0696 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> |