Merge branch 'for-linus' of git://neil.brown.name/md
[deliverable/linux.git] / arch / parisc / include / asm / pci.h
index 4ba868f44a5e9277994c4ac711565b9064c1f259..7d842d699df259b1b055b8c61bedb4bbeda9c8bc 100644 (file)
@@ -268,19 +268,6 @@ extern void
 pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res,
                        struct pci_bus_region *region);
 
-static inline struct resource *
-pcibios_select_root(struct pci_dev *pdev, struct resource *res)
-{
-       struct resource *root = NULL;
-
-       if (res->flags & IORESOURCE_IO)
-               root = &ioport_resource;
-       if (res->flags & IORESOURCE_MEM)
-               root = &iomem_resource;
-
-       return root;
-}
-
 static inline void pcibios_penalize_isa_irq(int irq, int active)
 {
        /* We don't need to penalize isa irq's */
This page took 0.024359 seconds and 5 git commands to generate.