[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 03/13] Fix include header name change (evtchn.h is now events.h)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> --- drivers/xen/pciback/pci_stub.c | 2 +- drivers/xen/pciback/pciback_ops.c | 2 +- drivers/xen/pciback/xenbus.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/xen/pciback/pci_stub.c b/drivers/xen/pciback/pci_stub.c index c481a73..c02f21f 100644 --- a/drivers/xen/pciback/pci_stub.c +++ b/drivers/xen/pciback/pci_stub.c @@ -13,7 +13,7 @@ #include <linux/pci.h> #include <linux/wait.h> #include <asm/atomic.h> -#include <xen/evtchn.h> +#include <xen/events.h> #include "pciback.h" #include "conf_space.h" #include "conf_space_quirks.h" diff --git a/drivers/xen/pciback/pciback_ops.c b/drivers/xen/pciback/pciback_ops.c index b85b2db..58d09eb 100644 --- a/drivers/xen/pciback/pciback_ops.c +++ b/drivers/xen/pciback/pciback_ops.c @@ -6,7 +6,7 @@ #include <linux/module.h> #include <linux/wait.h> #include <asm/bitops.h> -#include <xen/evtchn.h> +#include <xen/events.h> #include "pciback.h" int verbose_request = 0; diff --git a/drivers/xen/pciback/xenbus.c b/drivers/xen/pciback/xenbus.c index 4d56c45..bbca3fe 100644 --- a/drivers/xen/pciback/xenbus.c +++ b/drivers/xen/pciback/xenbus.c @@ -8,7 +8,7 @@ #include <linux/list.h> #include <linux/vmalloc.h> #include <xen/xenbus.h> -#include <xen/evtchn.h> +#include <xen/events.h> #include "pciback.h" #define INVALID_EVTCHN_IRQ (-1) -- 1.6.2.5 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |