summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
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>