projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2185c4
)
drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:57:12 +0000
(12:57 -0400)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/drivers/sh/intc/virq.c
b/drivers/sh/intc/virq.c
index 1e6e2d0353ea52987e6ef25a5baf42173c0cea03..c7ec49ffd9f63806a73b14e39ec6bbedbf6de8cf 100644
(file)
--- a/
drivers/sh/intc/virq.c
+++ b/
drivers/sh/intc/virq.c
@@
-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];