RE: Xen common code across architecture

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dong, Eddie
Date: Monday, March 24, 2008 - 11:35 pm

Dong, Eddie wrote:
     Fix a typo. Merged one is attached too.


    Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com>

--- drivers/xen/events_old.c	2008-03-25 14:31:40.503525471 +0800
+++ drivers/xen/events.c	2008-03-25 14:19:39.841851430 +0800
@@ -37,7 +37,7 @@
 #include <xen/interface/xen.h>
 #include <xen/interface/event_channel.h>
=20
-#include "xen-ops.h"
+#include <xen/xen-ops.h>
=20
 /*
  * This lock protects updates to the following mapping and
reference-count
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Xen common code across architecture, Dong, Eddie, (Thu Mar 20, 2:13 am)
Re: Xen common code across architecture, Jeremy Fitzhardinge, (Thu Mar 20, 7:23 am)
RE: Xen common code across architecture, Dong, Eddie, (Mon Mar 24, 11:13 pm)
RE: Xen common code across architecture, Dong, Eddie, (Mon Mar 24, 11:35 pm)
Re: Xen common code across architecture, Jeremy Fitzhardinge, (Tue Mar 25, 8:08 am)