diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-09 22:54:30 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:31:02 +0100 |
commit | 6a550b99a05a98e9a63696956728e614ab2d8955 (patch) | |
tree | 1df928151214bfa3bfd083cfb83fa9945bbcb80e /sound/soc | |
parent | blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE (diff) | |
download | linux-6a550b99a05a98e9a63696956728e614ab2d8955.tar.xz 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>
Diffstat (limited to 'sound/soc')
-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 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> |