diff options
| author | 2007-07-20 00:31:44 -0700 | |
|---|---|---|
| committer | 2007-07-20 08:44:19 -0700 | |
| commit | 8d1b87530e7df5c9541a69910ef7f786f034eca0 (patch) | |
| tree | 9c8b4516187d3d4d55bf4946b07390bc8a0e9415 | |
| parent | xen: disable vdso "nosegneg" on native boot (diff) | |
arch/i386/xen/events.c should #include <asm/xen/hypervisor.h>
Every file should include the headers containing the prototypes for
its global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | arch/i386/xen/events.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/xen/events.c b/arch/i386/xen/events.c index 8904acc20f8c..da1b173547a1 100644 --- a/arch/i386/xen/events.c +++ b/arch/i386/xen/events.c @@ -31,6 +31,7 @@ #include <asm/irq.h> #include <asm/sync_bitops.h> #include <asm/xen/hypercall.h> +#include <asm/xen/hypervisor.h> #include <xen/events.h> #include <xen/interface/xen.h> |
