summaryrefslogtreecommitdiffstats
path: root/drivers/sh/maple
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-01 01:18:02 +0200
committerPaul Gortmaker2011-11-01 00:31:04 +0100
commitdb4e83957f961f9053282409c5062c6baef857a4 (patch)
tree9f841a39d6da35be8c244e685e95c440329f84e1 /drivers/sh/maple
parentsh: fix implicit use of stat.h in arch/sh specific files (diff)
downloadkernel-qcow2-linux-db4e83957f961f9053282409c5062c6baef857a4.tar.gz
kernel-qcow2-linux-db4e83957f961f9053282409c5062c6baef857a4.tar.xz
kernel-qcow2-linux-db4e83957f961f9053282409c5062c6baef857a4.zip
sh: Add module.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/sh/maple')
-rw-r--r--drivers/sh/maple/maple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c
index 1e20604257af..bec81c2404f7 100644
--- a/drivers/sh/maple/maple.c
+++ b/drivers/sh/maple/maple.c
@@ -20,6 +20,7 @@
#include <linux/maple.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
+#include <linux/module.h>
#include <asm/cacheflush.h>
#include <asm/dma.h>
#include <asm/io.h>