summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-02 09:24:00 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:39:46 +0800
commit4687c82184461f6ea302c880120c2f67dd25ee9b (patch)
tree3ec9d20fc6b9b99df7268ca9e59d19bb18e5e285
parent11d2f6389dc4e0c18630eab3e7c0d3c0e356868f (diff)
omap iommu add module.h where needed
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/mach-omap2/ipu_dev.c1
-rw-r--r--arch/arm/mach-omap2/remoteproc44xx.c1
-rw-r--r--arch/arm/plat-omap/iodmm.c1
-rw-r--r--drivers/dsp/syslink/devh/44xx/devh44xx.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/ipu_dev.c b/arch/arm/mach-omap2/ipu_dev.c
index 8ffbfc40907..7b9e9f74d29 100644
--- a/arch/arm/mach-omap2/ipu_dev.c
+++ b/arch/arm/mach-omap2/ipu_dev.c
@@ -10,6 +10,7 @@
* published by the Free Software Foundation.
*/
+#include <linux/module.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/io.h>
diff --git a/arch/arm/mach-omap2/remoteproc44xx.c b/arch/arm/mach-omap2/remoteproc44xx.c
index 7549798ff81..73582d0b26c 100644
--- a/arch/arm/mach-omap2/remoteproc44xx.c
+++ b/arch/arm/mach-omap2/remoteproc44xx.c
@@ -18,6 +18,7 @@
* 02110-1301 USA
*
*/
+#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/err.h>
diff --git a/arch/arm/plat-omap/iodmm.c b/arch/arm/plat-omap/iodmm.c
index cfa7c89d80c..54d5800d7af 100644
--- a/arch/arm/plat-omap/iodmm.c
+++ b/arch/arm/plat-omap/iodmm.c
@@ -24,6 +24,7 @@
* 02110-1301 USA
*/
+#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/scatterlist.h>
diff --git a/drivers/dsp/syslink/devh/44xx/devh44xx.c b/drivers/dsp/syslink/devh/44xx/devh44xx.c
index f83a00ed36b..283a2917ddb 100644
--- a/drivers/dsp/syslink/devh/44xx/devh44xx.c
+++ b/drivers/dsp/syslink/devh/44xx/devh44xx.c
@@ -19,6 +19,7 @@
*
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/delay.h>
#include <linux/clk.h>
#include <linux/err.h>