Commit db4e83957f961f9053282409c5062c6baef857a4

Authored by Paul Gortmaker
1 parent 0c43871b40

sh: Add module.h to arch/sh specific files as required.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

drivers/sh/intc/dynamic.c
... ... @@ -14,6 +14,7 @@
14 14 #include <linux/irq.h>
15 15 #include <linux/bitmap.h>
16 16 #include <linux/spinlock.h>
  17 +#include <linux/module.h>
17 18 #include "internals.h" /* only for activate_irq() damage.. */
18 19  
19 20 /*
drivers/sh/maple/maple.c
... ... @@ -20,6 +20,7 @@
20 20 #include <linux/maple.h>
21 21 #include <linux/dma-mapping.h>
22 22 #include <linux/delay.h>
  23 +#include <linux/module.h>
23 24 #include <asm/cacheflush.h>
24 25 #include <asm/dma.h>
25 26 #include <asm/io.h>