xen/pci: Remove 'xen_allocate_pirq_gsi'.
[pandora-kernel.git] / drivers / xen / events.c
index 23f1b81..da70f5c 100644 (file)
@@ -615,11 +615,6 @@ static int find_irq_by_gsi(unsigned gsi)
        return -1;
 }
 
-int xen_allocate_pirq_gsi(unsigned gsi)
-{
-       return gsi;
-}
-
 /*
  * Do not make any assumptions regarding the relationship between the
  * IRQ number returned here and the Xen pirq argument.