summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-02 14:27:47 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:59 +0200
commitdff0f039dadcafcb36ccc108c76b94664b39a763 (patch)
treed8e674c2fb9a4c541e0bb5016a90ddb83572ac45 /sound
parent139375f1e389bc328945cb0c312a65014be33e99 (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>