|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 08/31] Fix compile error: implicit declaration of fun
Include the correct header file.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
---
drivers/xen/pcifront/xenbus.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/xen/pcifront/xenbus.c b/drivers/xen/pcifront/xenbus.c
index 3348cff..34bfe1c 100644
--- a/drivers/xen/pcifront/xenbus.c
+++ b/drivers/xen/pcifront/xenbus.c
@@ -9,6 +9,7 @@
#include <xen/xenbus.h>
#include <xen/events.h>
#include <xen/gnttab.h>
+#include <xen/page.h>
#include "pcifront.h"
#ifndef __init_refok
--
1.6.2.5
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH PV_OPS PCIFRONT], Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 01/31] [xen-core] Provide a variant of xen_poll_irq with timeout., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 02/31] Enable Xen-SWIOTLB if running in [non-]privileged and disable the Xen-IOMMU if an IOMMU is detected., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 03/31] Initial copy from linux-2.6.18.hg of the pcifront driver., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 04/31] Fix include header name change., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 05/31] Fix compile warning: ignoring return value of 'pci_bus_add_device', declared with attribute warn_unused_result, Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 06/31] Fix compile warning: passing argument 2 of 'pci_walk_bus' from incompatible pointer type, Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 07/31] Fix compile error. The bind_to_irq_handler has different arguments., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 08/31] Fix compile error: implicit declaration of function 'virt_to_mfn',
Konrad Rzeszutek Wilk <=
- [Xen-devel] [PATCH 09/31] Fix compile error: implicit declaration of function 'clear_evtchn', Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 10/31] Fix compile error: implicit declaration of function 'gnttab_end_foreign_access', Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 11/31] Fix compile error: too few arguments to function 'gnttab_end_foreign_access', Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 12/31] Remove function declerations (CONFIG_PCI_DOMAIN) that exist in recent kernels., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 13/31] Fix uage of INIT_WORK., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 14/31] Add proper check to see if running under Xen., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 15/31] Improper assumption that event channel == IRQ number., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 16/31] Replace HYPERVISOR_poll with 'xen_poll_irq_timout' function., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 17/31] Coalesce pci.c functions in xenbus.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 18/31] Coalesce xen/pcifront.h in drivers/xen/pcifront/pcifront.h, Konrad Rzeszutek Wilk
|
|
|
|
|