summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-23 11:00:43 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-23 11:00:43 +0100
commit05e3423c8577126800841bc55de8a509f2433dca (patch)
treea775c11372b208eba67e8bc5f1ac23029ba4e172 /arch
parentMerge branch 'core/percpu' into perfcounters/core (diff)
parentx86, xen: fix hardirq.h merge fallout (diff)
downloadlinux-05e3423c8577126800841bc55de8a509f2433dca.tar.xz
linux-05e3423c8577126800841bc55de8a509f2433dca.zip
Merge branch 'core/percpu' into perfcounters/core
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/xen/suspend.c1
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"