diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 03:18:02 +0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 03:31:04 +0400 |
commit | db4e83957f961f9053282409c5062c6baef857a4 (patch) | |
tree | 9f841a39d6da35be8c244e685e95c440329f84e1 | |
parent | 0c43871b4036444b8734d06ab9ec0bb9046aada4 (diff) | |
download | linux-db4e83957f961f9053282409c5062c6baef857a4.tar.xz |
sh: Add module.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r-- | drivers/sh/intc/dynamic.c | 1 | ||||
-rw-r--r-- | drivers/sh/maple/maple.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sh/intc/dynamic.c b/drivers/sh/intc/dynamic.c index a3677c9dfe36..5fea1ee8799a 100644 --- a/drivers/sh/intc/dynamic.c +++ b/drivers/sh/intc/dynamic.c @@ -14,6 +14,7 @@ #include <linux/irq.h> #include <linux/bitmap.h> #include <linux/spinlock.h> +#include <linux/module.h> #include "internals.h" /* only for activate_irq() damage.. */ /* 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> |