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 /arch/sh/mm | |
parent | db4e83957f961f9053282409c5062c6baef857a4 (diff) | |
download | op-kernel-dev-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.zip op-kernel-dev-f7be345515ab6d5c3a0973bb2b32510fcb7c0481.tar.gz |
sh: Add export.h to arch/sh specific files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/init.c b/arch/sh/mm/init.c index 58a93fb3..4e5192b 100644 --- a/arch/sh/mm/init.c +++ b/arch/sh/mm/init.c @@ -18,6 +18,7 @@ #include <linux/io.h> #include <linux/memblock.h> #include <linux/dma-mapping.h> +#include <linux/export.h> #include <asm/mmu_context.h> #include <asm/mmzone.h> #include <asm/kexec.h> |