diff options
| author | Jeremy Fitzhardinge <[email protected]> | 2008-12-16 20:37:07 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-12-16 20:50:31 +0000 |
| commit | ecbf29cdb3990c83d90d0c4187c89fb2ce423367 (patch) | |
| tree | a1b795297152df380c9592ebbeb35804a23a2b29 /arch/x86/include/asm/xen/hypercall.h | |
| parent | xen: whitespace/checkpatch cleanup (diff) | |
| download | kernel-ecbf29cdb3990c83d90d0c4187c89fb2ce423367.tar.gz kernel-ecbf29cdb3990c83d90d0c4187c89fb2ce423367.zip | |
xen: clean up asm/xen/hypervisor.h
Impact: cleanup
hypervisor.h had accumulated a lot of crud, including lots of spurious
#includes. Clean it all up, and go around fixing up everything else
accordingly.
Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/include/asm/xen/hypercall.h')
| -rw-r--r-- | arch/x86/include/asm/xen/hypercall.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/xen/hypercall.h b/arch/x86/include/asm/xen/hypercall.h index 3f6000d95fe2..5e79ca694326 100644 --- a/arch/x86/include/asm/xen/hypercall.h +++ b/arch/x86/include/asm/xen/hypercall.h @@ -33,8 +33,14 @@ #ifndef _ASM_X86_XEN_HYPERCALL_H #define _ASM_X86_XEN_HYPERCALL_H +#include <linux/kernel.h> +#include <linux/spinlock.h> #include <linux/errno.h> #include <linux/string.h> +#include <linux/types.h> + +#include <asm/page.h> +#include <asm/pgtable.h> #include <xen/interface/xen.h> #include <xen/interface/sched.h> |
