diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 19:20:02 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:05 -0400 |
commit | f7be345515ab6d5c3a0973bb2b32510fcb7c0481 (patch) | |
tree | ad968ca9e1691ca090eec4014e09a92dd3b752c1 /drivers/sh | |
parent | db4e83957f961f9053282409c5062c6baef857a4 (diff) | |
download | linux-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.bz2 |
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')
-rw-r--r-- | drivers/sh/intc/core.c | 1 |
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); |