]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:57:12 +0000 (12:57 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:58 +0000 (19:31 -0400)
This is exporting symbols and will fail to build once we remove
the implicit presence of module.h

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/sh/intc/virq.c

index 1e6e2d0353ea52987e6ef25a5baf42173c0cea03..c7ec49ffd9f63806a73b14e39ec6bbedbf6de8cf 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/list.h>
 #include <linux/radix-tree.h>
 #include <linux/spinlock.h>
+#include <linux/export.h>
 #include "internals.h"
 
 static struct intc_map_entry intc_irq_xlate[NR_IRQS];