diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-23 11:00:43 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-23 11:00:43 +0100 |
commit | 05e3423c8577126800841bc55de8a509f2433dca (patch) | |
tree | a775c11372b208eba67e8bc5f1ac23029ba4e172 /arch | |
parent | Merge branch 'core/percpu' into perfcounters/core (diff) | |
parent | x86, xen: fix hardirq.h merge fallout (diff) | |
download | linux-05e3423c8577126800841bc55de8a509f2433dca.tar.xz linux-05e3423c8577126800841bc55de8a509f2433dca.zip |
Merge branch 'core/percpu' into perfcounters/core
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/xen/suspend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/xen/suspend.c b/arch/x86/xen/suspend.c index 212ffe012b76..95be7b434724 100644 --- a/arch/x86/xen/suspend.c +++ b/arch/x86/xen/suspend.c @@ -6,6 +6,7 @@ #include <asm/xen/hypercall.h> #include <asm/xen/page.h> +#include <asm/fixmap.h> #include "xen-ops.h" #include "mmu.h" |