sh: Add module.h to arch/sh specific files as required.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 23:18:02 +0000 (19:18 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:04 +0000 (19:31 -0400)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/sh/intc/dynamic.c
drivers/sh/maple/maple.c

index a3677c9dfe36e3fa6ebcac37bee81af58d9ece5c..5fea1ee8799afed9a7a028450df90e6c897060e1 100644 (file)
@@ -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.. */
 
 /*
index 1e20604257af96e0ade525afadb014916a038744..bec81c2404f784e2cefd24a1cab92ab2aa845d88 100644 (file)
@@ -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>
This page took 0.03479 seconds and 5 git commands to generate.