|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 12/31] Remove function declerations (CONFIG_PCI_DOMAI
The 'pci_domain_nr' and 'pci_proc_domain' are defined properly
in the modern kernels. No need for this back-port.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
---
include/xen/pcifront.h | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/include/xen/pcifront.h b/include/xen/pcifront.h
index 2557b13..bda9bd6 100644
--- a/include/xen/pcifront.h
+++ b/include/xen/pcifront.h
@@ -34,17 +34,6 @@ static inline void pcifront_init_sd(struct pcifront_sd *sd,
sd->pdev = pdev;
}
-#if defined(CONFIG_PCI_DOMAINS)
-static inline int pci_domain_nr(struct pci_bus *bus)
-{
- struct pcifront_sd *sd = bus->sysdata;
- return sd->domain;
-}
-static inline int pci_proc_domain(struct pci_bus *bus)
-{
- return pci_domain_nr(bus);
-}
-#endif /* CONFIG_PCI_DOMAINS */
static inline void pcifront_setup_root_resources(struct pci_bus *bus,
struct pcifront_sd *sd)
--
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 02/31] Enable Xen-SWIOTLB if running in [non-]privileged and disable the Xen-IOMMU if an IOMMU is detected., (continued)
- [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
- [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
|
|
|
|
|