summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-02 14:27:47 +0100
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:04:01 +0000
commite2815643c1e20c85794c95a99e7df51636c42ed0 (patch)
treed674835ec5b6708cb0af07de7f076de93e7734b4 /sound
parent3a3e723ac4b5c4dbe12f010771170df8f69ada7b (diff)
sound: Include module.h after 3.2 update
Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/ux500/u8500.c1
-rw-r--r--sound/soc/ux500/ux500_msp_dai.c1
-rw-r--r--sound/soc/ux500/ux500_pcm.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/ux500/u8500.c b/sound/soc/ux500/u8500.c
index 59324c878e4..c27409f1009 100644
--- a/sound/soc/ux500/u8500.c
+++ b/sound/soc/ux500/u8500.c
@@ -11,6 +11,7 @@
* by the Free Software Foundation.
*/
+#include <linux/module.h>
#include <linux/io.h>
#include <sound/soc.h>
#include <asm/mach-types.h>
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c
index 64cf557f485..430b18906da 100644
--- a/sound/soc/ux500/ux500_msp_dai.c
+++ b/sound/soc/ux500/ux500_msp_dai.c
@@ -12,6 +12,7 @@
* by the Free Software Foundation.
*/
+#include <linux/module.h>
#include <linux/slab.h>
#include <asm/dma.h>
#include <linux/bitops.h>
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c
index fdcc69c4fa7..0161ffdf3f4 100644
--- a/sound/soc/ux500/ux500_pcm.c
+++ b/sound/soc/ux500/ux500_pcm.c
@@ -17,6 +17,7 @@
#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>
#include <linux/dma-mapping.h>
+#include <linux/module.h>
#include <linux/slab.h>
#include <sound/pcm.h>