diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-01 00:33:21 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-11-01 00:30:58 +0100 |
commit | bd3ff1943509e641a34f2d8dd1d41ed12a4476c1 (patch) | |
tree | ad6363cea8983241a844a8d4be64e382cbe2b38c /arch/ia64/kernel/topology.c | |
parent | s390: add missing module.h/export.h includes (diff) | |
download | linux-bd3ff1943509e641a34f2d8dd1d41ed12a4476c1.tar.xz linux-bd3ff1943509e641a34f2d8dd1d41ed12a4476c1.zip |
ia64: Add export.h to arch/ia64 specific files as required
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/ia64/kernel/topology.c')
-rw-r--r-- | arch/ia64/kernel/topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index 0e0e0cc9e392..9be1f11a01d9 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c @@ -22,6 +22,7 @@ #include <linux/bootmem.h> #include <linux/nodemask.h> #include <linux/notifier.h> +#include <linux/export.h> #include <asm/mmzone.h> #include <asm/numa.h> #include <asm/cpu.h> |