[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
This fixes the mentioned compile error. Please push it in xen/stable-2.6.32.x diff --git a/arch/x86/include/asm/xen/pci.h b/arch/x86/include/asm/xen/pci.h index 6683196..6f90399 100644 --- a/arch/x86/include/asm/xen/pci.h +++ b/arch/x86/include/asm/xen/pci.h @@ -4,7 +4,6 @@ #if defined(CONFIG_PCI_MSI) #if defined(CONFIG_PCI_XEN) int xen_register_pirq(u32 gsi, int triggering); -int xen_register_gsi(u32 gsi, int triggering, int polarity); int xen_create_msi_irq(struct pci_dev *dev, struct msi_desc *msidesc, int type); _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |