|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 20/31] Remove unused pci_bus_sem extern, as we don't
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
---
drivers/xen/pcifront/pcifront.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/pcifront/pcifront.h b/drivers/xen/pcifront/pcifront.h
index 4b34619..0bb4dbe 100644
--- a/drivers/xen/pcifront/pcifront.h
+++ b/drivers/xen/pcifront/pcifront.h
@@ -63,7 +63,6 @@ static inline void pcifront_setup_root_resources(struct
pci_bus *bus,
struct pcifront_sd *sd)
{
}
-extern struct rw_semaphore pci_bus_sem;
int pcifront_scan_root(struct pcifront_device *pdev,
unsigned int domain, unsigned int bus);
--
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 10/31] Fix compile error: implicit declaration of function 'gnttab_end_foreign_access', (continued)
- [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
- [Xen-devel] [PATCH 19/31] Remove ia64 from pcifront.c support., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 20/31] Remove unused pci_bus_sem extern, as we don't use it.,
Konrad Rzeszutek Wilk <=
- [Xen-devel] [PATCH 21/31] Coalesce pcifront.h in xenbus.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 22/31] Coalesce pci_op.c in xenbus.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 23/31] Remove unnecessary function declerations., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 24/31] Rename the drivers/xen/pcifront/* driver to drivers/pci/xen-pcifront.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 25/31] Change the boot-order of initialising the PCI frontend., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 26/31] Fix warnings/errors reported by checkpatch.pl on xen-pcifront.c, Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 27/31] Find an unbound irq number in reverse order (high to low)., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 28/31] For non-privileged domains, implement a pcibios_enable_irq (xen_pcifront_enable_irq) function., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 29/31] xen_destroy_irq + xen_allocate_pirq in PV non-priv mode should not make certain Xen-HYPERCALLs., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 30/31] Add pci_frontend_[enable|disable]_[msi|msix] function decleration and EXPORT_SYMBOL_GPL., Konrad Rzeszutek Wilk
|
|
|
|
|