arch/i386/xen/events.c should #include <asm/xen/hypervisor.h>
authorAdrian Bunk <[email protected]>
Fri, 20 Jul 2007 07:31:44 +0000 (00:31 -0700)
committerLinus Torvalds <[email protected]>
Fri, 20 Jul 2007 15:44:19 +0000 (08:44 -0700)
Every file should include the headers containing the prototypes for
its global functions.

Signed-off-by: Adrian Bunk <[email protected]>
Acked-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/xen/events.c

index 8904acc20f8cd14437b2794f5e13e840640c4bd7..da1b173547a112d9fcf1d3dcc86d2bfd67b5c5ff 100644 (file)
@@ -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>