diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 18:33:21 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:58 -0400 |
commit | bd3ff1943509e641a34f2d8dd1d41ed12a4476c1 (patch) | |
tree | ad6363cea8983241a844a8d4be64e382cbe2b38c /arch/ia64/xen | |
parent | 3a4c5d5964ed43a5524f6d289fb4cd37d39f3f1a (diff) |
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/xen')
-rw-r--r-- | arch/ia64/xen/hypervisor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/xen/hypervisor.c b/arch/ia64/xen/hypervisor.c index cac4d97c0b5..52172eee859 100644 --- a/arch/ia64/xen/hypervisor.c +++ b/arch/ia64/xen/hypervisor.c | |||
@@ -21,6 +21,7 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/efi.h> | 23 | #include <linux/efi.h> |
24 | #include <linux/export.h> | ||
24 | #include <asm/xen/hypervisor.h> | 25 | #include <asm/xen/hypervisor.h> |
25 | #include <asm/xen/privop.h> | 26 | #include <asm/xen/privop.h> |
26 | 27 | ||