aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/intc
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-31 19:20:02 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:05 -0400
commitf7be345515ab6d5c3a0973bb2b32510fcb7c0481 (patch)
treead968ca9e1691ca090eec4014e09a92dd3b752c1 /drivers/sh/intc
parentsh: Add module.h to arch/sh specific files as required. (diff)
downloadlinux-dev-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.xz
linux-dev-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.zip
sh: Add export.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/sh/intc')
-rw-r--r--drivers/sh/intc/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c
index f8925299d7c0..8b7a141ff35e 100644
--- a/drivers/sh/intc/core.c
+++ b/drivers/sh/intc/core.c
@@ -30,6 +30,7 @@
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/radix-tree.h>
+#include <linux/export.h>
#include "internals.h"
LIST_HEAD(intc_list);