diff options
Diffstat (limited to 'drivers/xen/evtchn.c')
-rw-r--r-- | drivers/xen/evtchn.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index 79bedba44fee..f70a4f4698c5 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c | |||
@@ -48,6 +48,8 @@ | |||
48 | #include <linux/gfp.h> | 48 | #include <linux/gfp.h> |
49 | #include <linux/mutex.h> | 49 | #include <linux/mutex.h> |
50 | #include <linux/cpu.h> | 50 | #include <linux/cpu.h> |
51 | |||
52 | #include <xen/xen.h> | ||
51 | #include <xen/events.h> | 53 | #include <xen/events.h> |
52 | #include <xen/evtchn.h> | 54 | #include <xen/evtchn.h> |
53 | #include <asm/xen/hypervisor.h> | 55 | #include <asm/xen/hypervisor.h> |