summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/mailbox.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-31 22:14:14 +0200
committerPaul Gortmaker2011-11-01 00:30:50 +0100
commit73017a542fd2e92a02464eb8b727c200c97e6c0c (patch)
tree39063d55b4110c321433678169078ea86b81781f /arch/arm/plat-omap/mailbox.c
parentarm: Add export.h to ARM specific files as required. (diff)
downloadkernel-qcow2-linux-73017a542fd2e92a02464eb8b727c200c97e6c0c.tar.gz
kernel-qcow2-linux-73017a542fd2e92a02464eb8b727c200c97e6c0c.tar.xz
kernel-qcow2-linux-73017a542fd2e92a02464eb8b727c200c97e6c0c.zip
arm: fix implicit module.h users by adding it to arch/arm as required.
These files will fail to compile if we dont clean them up in advance and have them include the appropriate headers they need. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/plat-omap/mailbox.c')
-rw-r--r--arch/arm/plat-omap/mailbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c
index 69ddc9f76c13..ad80112c2275 100644
--- a/arch/arm/plat-omap/mailbox.c
+++ b/arch/arm/plat-omap/mailbox.c
@@ -29,6 +29,7 @@
#include <linux/kfifo.h>
#include <linux/err.h>
#include <linux/notifier.h>
+#include <linux/module.h>
#include <plat/mailbox.h>