All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y
@ 2010-07-27 18:01 Konrad Rzeszutek Wilk
  2010-07-28  6:29 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2010-07-27 18:01 UTC (permalink / raw)
  To: xen-devel, Jeremy Fitzhardinge

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);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-28 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 18:01 [PATCH] compile error when CONFIG_XEN_DOM0=n && CONFIG_XEN=y Konrad Rzeszutek Wilk
2010-07-28  6:29 ` Jeremy Fitzhardinge
2010-07-28 13:23   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.